menu
json_to_form_with_theme package
documentation
widgets/name_description_widget.dart
NameWidgetDescription
NameWidgetDescription const constructor
NameWidgetDescription const constructor
dark_mode
light_mode
NameWidgetDescription
constructor
const
NameWidgetDescription
(
{
Key
?
key
,
required
String
name
,
String
?
description
,
})
Implementation
const NameWidgetDescription({Key? key, required this.name, this.description}) : super(key: key);
json_to_form_with_theme package
documentation
widgets/name_description_widget
NameWidgetDescription
NameWidgetDescription const constructor
NameWidgetDescription class