MPickerTheme class

Constructors

MPickerTheme({required LatLng initialLocation, double zoom = 11, String? lang, String errorToFindAddress = 'Error to find this address, try again.', String errorAddressMissing = 'Error, address don\'t founded.', String withoutAddress = 'Without Address', String searchHint = 'Type here...', String searchLabel = 'Search:'})

Properties

errorAddressMissing String
final
errorToFindAddress String
final
hashCode int
The hash code for this object.
no setterinherited
initialLocation LatLng
final
lang String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchHint String
final
searchLabel String
final
withoutAddress String
final
zoom double
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited