FastFieldLayout constructor
const
FastFieldLayout({})
Implementation
const FastFieldLayout({
super.key,
required this.control,
this.margin = const EdgeInsets.only(bottom: 8.0),
this.showHelperBoundaries = true,
this.capitalizeLabelText = true,
this.helperTextColor,
this.captionText,
this.helperText,
this.suffixIcon,
this.labelText,
});