menu
rc_fl package
documentation
form1/fl_from_field.dart
FlFormField
FlFormField.new constructor
FlFormField.new constructor
dark_mode
light_mode
FlFormField
constructor
FlFormField
(
{
Key
?
key
,
String
?
label
,
dynamic
builder
(
FlFormFieldState
)?,
double
?
width
,
double
?
labelWidth
,
})
Implementation
FlFormField({ Key? key, this.label, this.builder, this.width, this.labelWidth, }) : super(key: key);
rc_fl package
documentation
form1/fl_from_field
FlFormField
FlFormField.new constructor
FlFormField class