menu
mapsm_lv package
documentation
mapsm/map/pages/map_layout.dart
MapLayout
MapLayout.new const constructor
MapLayout.new const constructor
dark_mode
light_mode
MapLayout
constructor
const
MapLayout
(
{
Key
?
key
,
List
<
LatLng
>
?
rPoints
,
})
Implementation
const MapLayout({Key? key, this.rPoints }) : super(key: key);
mapsm_lv package
documentation
mapsm/map/pages/map_layout
MapLayout
MapLayout.new const constructor
MapLayout class