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