menu
advanced_form_generator package
documentation
widgets/FormFieldSection.dart
FormFieldSection
FormFieldSection.new const constructor
FormFieldSection.new const constructor
dark_mode
light_mode
FormFieldSection
constructor
const
FormFieldSection
(
{
Key
?
key
,
required
String
title
,
double
height
=
45.0
,
})
Implementation
const FormFieldSection({Key? key, required this.title, this.height = 45.0}) : super(key: key);
advanced_form_generator package
documentation
widgets/FormFieldSection
FormFieldSection
FormFieldSection.new const constructor
FormFieldSection class