smartrider
map_ui
MapUI
MapUI const constructor
MapUI
smartrider
map_ui
MapUI
MapUI const constructor
MapUI class
Constructors
MapUI
Properties
googleMap
hashCode
runtimeType
Methods
build
noSuchMethod
toString
Operators
operator ==
MapUI
constructor
const
MapUI
(
{
dynamic
key
,
@required
dynamic
googleMap
}
)
Implementation
const MapUI({ Key key, @required this.googleMap, }) : super(key: key);