menu
smart_form_builder package
documentation
widgets/text_field_widget.dart
TextFieldWidget
TextFieldWidget.new const constructor
TextFieldWidget.new const constructor
dark_mode
light_mode
TextFieldWidget
constructor
const
TextFieldWidget
(
{
Key
?
key
,
required
Map
<
String
,
dynamic
>
schema
,
required
void
onChanged
(
String
,
dynamic
),
})
Implementation
const TextFieldWidget({Key? key, required this.schema, required this.onChanged}) : super(key: key);
smart_form_builder package
documentation
widgets/text_field_widget
TextFieldWidget
TextFieldWidget.new const constructor
TextFieldWidget class