FastFieldLayout constructor
FastFieldLayout({})
Implementation
FastFieldLayout({
Key? 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,
}) : super(key: key);