menu
mapsforge_flutter_core package
documentation
model.dart
MapSize
MapSize.new const constructor
MapSize.new const constructor
dark_mode
light_mode
MapSize
constructor
const
MapSize
(
{
required
double
width
,
required
double
height
,
})
Creates a new
MapSize
.
Implementation
const MapSize({required this.width, required this.height});
mapsforge_flutter_core package
documentation
model
MapSize
MapSize.new const constructor
MapSize class