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