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