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