TxtFormInputConfig class

Constructors

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})
const

Properties

borderColor Color?
final
borderRadius BorderRadius?
final
borderType TxtInputBorderType?
final
borderWidth double?
final
cursorColor Color?
final
fillColor Color?
final
fontFamily String?
final
hashCode int
The hash code for this object.
no setterinherited
height double?
final
hintFontFamily String?
final
hintFontStyle FontStyle?
final
hintFontWeight FontWeight?
final
hintTextColor Color?
final
hintTextSize double?
final
labelFontFamily String?
final
labelFontStyle FontStyle?
final
labelFontWeight FontWeight?
final
labelPadding double?
final
labelTextColor Color?
final
labelTextSize double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

global TxtFormInputConfig
getter/setter pair