AdeptTextFieldTheme constructor
AdeptTextFieldTheme({
- TextStyle? labelTextStyle,
- TextStyle? hintTextStyle,
- TextStyle? valueTextStyle,
- EdgeInsets labelPadding = const EdgeInsets.only(bottom: 5),
- EdgeInsets fieldPadding = const EdgeInsets.only(left: 10, right: 10, top: 10),
- double height = 45,
- InputDecoration? inputDecoration,
Constructor allows you to define styling and value properties.
Implementation
AdeptTextFieldTheme({
super.labelTextStyle,
super.hintTextStyle,
super.valueTextStyle,
super.labelPadding,
super.fieldPadding,
this.height = 45,
this.inputDecoration,
});