menu
dgis_mobile_sdk_full package
documentation
dgis.dart
ScreenDistance
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
ScreenDistance
copyWith
(
{
double
?
value
,
})
Implementation
ScreenDistance copyWith({ double? value }) { return ScreenDistance( value ?? this.value ); }
dgis_mobile_sdk_full package
documentation
dgis
ScreenDistance
copyWith method
ScreenDistance class