menu
dgis_mobile_sdk_full package
documentation
dgis.dart
ScreenPoint
ScreenPoint const constructor
ScreenPoint const constructor
dark_mode
light_mode
ScreenPoint
constructor
const
ScreenPoint
(
{
double
x
=
0
,
double
y
=
0
,
})
Implementation
const ScreenPoint({ this.x = 0, this.y = 0 });
dgis_mobile_sdk_full package
documentation
dgis
ScreenPoint
ScreenPoint const constructor
ScreenPoint class