menu
style_generator_annotation package
documentation
copy_with_generator_annotation.dart
CopyWithKey
CopyWithKey.new const constructor
CopyWithKey.new const constructor
dark_mode
light_mode
CopyWithKey
constructor
const
CopyWithKey
(
{
bool
?
inCopyWith
,
String
?
field
,
})
Implementation
const CopyWithKey({ bool? inCopyWith, this.field, }) : inCopyWith = inCopyWith ?? true;
style_generator_annotation package
documentation
copy_with_generator_annotation
CopyWithKey
CopyWithKey.new const constructor
CopyWithKey class