FormRow constructor
const
FormRow({})
Creates a form row.
Implementation
const FormRow({
required this.child,
super.key,
this.padding = _kDefaultPadding,
this.helper,
this.error,
this.textStyle,
});
Creates a form row.
const FormRow({
required this.child,
super.key,
this.padding = _kDefaultPadding,
this.helper,
this.error,
this.textStyle,
});