MapViewConfig class

Map view configuration

Constructors

MapViewConfig({IconData? zoomInIcon, IconData? zoomOutIcon, Widget? searchLoadingIndicator, IconData? searchDoneIcon, IconData? mapBackIcon, IconData? selectCurrentLocationIcon})

Properties

hashCode int
The hash code for this object.
no setterinherited
mapBackIcon IconData?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchDoneIcon IconData?
final
searchLoadingIndicator Widget?
final
selectCurrentLocationIcon IconData?
final
zoomInIcon IconData?
final
zoomOutIcon IconData?
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