menu
mappable_maps_navikit package
documentation
mapkit.dart
ScreenPoint
ScreenPoint const constructor
ScreenPoint const constructor
dark_mode
light_mode
ScreenPoint
constructor
const
ScreenPoint
(
{
required
double
x
,
required
double
y
,
})
Implementation
const ScreenPoint({ required this.x, required this.y, });
mappable_maps_navikit package
documentation
mapkit
ScreenPoint
ScreenPoint const constructor
ScreenPoint class