Michael-M-aher / location_picker_flutter_map

A Flutter package that provides Place search and Location picker for flutter maps with alot of cusomizations using Open Street Map.
MIT License
23 stars 48 forks source link

Button customization - width #5

Closed giorgio79 closed 1 year ago

giorgio79 commented 1 year ago

Hello,

I would like to display a narrow button similar to Scaffold floatingActionButton https://api.flutter.dev/flutter/material/FloatingActionButton-class.html

instead of the current wide Elevated button https://github.com/Michael-M-aher/location_picker_flutter_map/blob/main/lib/src/Widgets/wide_button.dart

Could we get perhaps the width configured to make it smaller? The rest of the style seems to be customizable via the ButtonStyle.

Michael-M-aher commented 1 year ago

I added customizations for the button position, width and height. sorry for being late 😊.