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