TxtFormInputConfig constructor
const
TxtFormInputConfig({
- String? fontFamily,
- String? labelFontFamily,
- String? hintFontFamily,
- double? labelTextSize,
- double? hintTextSize,
- Color? labelTextColor,
- Color? hintTextColor,
- FontStyle? labelFontStyle,
- FontStyle? hintFontStyle,
- FontWeight? labelFontWeight,
- FontWeight? hintFontWeight,
- double? borderWidth,
- BorderRadius? borderRadius,
- Color? borderColor,
- Color? fillColor,
- Color? cursorColor,
- double? labelPadding,
- double? height,
- TxtInputBorderType? borderType,
Implementation
const TxtFormInputConfig({
this.fontFamily,
this.labelFontFamily,
this.hintFontFamily,
this.labelTextSize,
this.hintTextSize,
this.labelTextColor,
this.hintTextColor,
this.labelFontStyle,
this.hintFontStyle,
this.labelFontWeight,
this.hintFontWeight,
this.borderWidth,
this.borderRadius,
this.borderColor,
this.fillColor,
this.cursorColor,
this.labelPadding,
this.height,
this.borderType,
});