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