menu
nanc package
documentation
model.dart
FieldEditorModal
FieldEditorModal const constructor
FieldEditorModal const constructor
dark_mode
light_mode
FieldEditorModal
constructor
const
FieldEditorModal
(
{
required
Model
entity
,
required
Field
field
,
Key
?
key
,
})
Implementation
const FieldEditorModal({ required this.entity, required this.field, super.key, });
nanc package
documentation
model
FieldEditorModal
FieldEditorModal const constructor
FieldEditorModal class