menu
meshagent_flutter_shadcn package
documentation
forms/metadata_editors.dart
AnnotationsEditor
AnnotationsEditor.new const constructor
AnnotationsEditor.new const constructor
dark_mode
light_mode
AnnotationsEditor
constructor
const
AnnotationsEditor
(
{
Key
?
key
,
required
Map
<
String
,
dynamic
>
value
,
required
ValueChanged
<
Map
<
String
,
String
>
>
onChanged
,
})
Implementation
const AnnotationsEditor({super.key, required this.value, required this.onChanged});
meshagent_flutter_shadcn package
documentation
forms/metadata_editors
AnnotationsEditor
AnnotationsEditor.new const constructor
AnnotationsEditor class