menu
adpluginx package
documentation
Utils/s.dart
S
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
S
copyWith
(
{
String
?
name
,
})
Implementation
S copyWith({ String? name, }) => S( name: name ?? _name, );
adpluginx package
documentation
Utils/s
S
copyWith method
S class