menu
flutter_app_shortcut package
documentation
short_cut_arg.dart
IosArg
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
IosArg
copyWith
(
{
String
?
subtitle
,
})
Implementation
IosArg copyWith({ String? subtitle, }) => IosArg( subtitle: subtitle ?? this.subtitle, );
flutter_app_shortcut package
documentation
short_cut_arg
IosArg
copyWith method
IosArg class