AdeptTextAutoCompleteTheme class
Theme class for customizing the appearance of AdeptTextAutoComplete.
- Inheritance
-
- Object
- AdeptTextFieldTheme
- AdeptTextAutoCompleteTheme
Constructors
- AdeptTextAutoCompleteTheme.new({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, TextAlign textAlign = TextAlign.left})
- Constructor allows you to define styling and value properties.
Properties
- fieldPadding ↔ EdgeInsets
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- height ↔ double
-
/
getter/setter pairinherited
- hintTextStyle ↔ TextStyle
-
getter/setter pairinherited
- inputDecoration ↔ InputDecoration?
-
You can provide inputDecoration to appear inside the text field.
getter/setter pairinherited
- labelPadding ↔ EdgeInsets
-
getter/setter pairinherited
- labelTextStyle ↔ TextStyle
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textAlign ↔ TextAlign
-
getter/setter pairinherited
- valueTextStyle ↔ TextStyle
-
getter/setter pairinherited
Methods
-
copyWith(
{InputDecoration? inputDecoration, double? height, TextStyle? labelTextStyle, TextStyle? hintTextStyle, TextStyle? valueTextStyle, EdgeInsets? labelPadding, EdgeInsets? fieldPadding, TextAlign? textAlign}) → AdeptTextAutoCompleteTheme -
Copy constructor with new instance
override
-
getAdeptTextFieldTheme(
) → AdeptTextFieldTheme - Returns the current instance as AdeptTextFieldTheme.
-
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