humazed / google_map_location_picker

🌍 Map location picker component for flutter Based on google_maps_flutter
Apache License 2.0
206 stars 309 forks source link

Customizable Leading Icon #117

Open Gocir opened 4 years ago

Gocir commented 4 years ago

How do you do if you don't want to use the leading icon?

elnurxf commented 4 years ago

appBarTheme: AppBarTheme( iconTheme: IconThemeData( color: Colors.red, ), ) in ThemeData not overrides