AdeptTextFieldTheme class
A theme model for customizing the appearance of the AdeptTextField.
- Implementers
Constructors
- AdeptTextFieldTheme.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), double height = 45, InputDecoration? inputDecoration})
- 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 pair
- hintTextStyle ↔ TextStyle
-
getter/setter pairinherited
- inputDecoration ↔ InputDecoration?
-
You can provide inputDecoration to appear inside the text field.
getter/setter pair
- labelPadding ↔ EdgeInsets
-
getter/setter pairinherited
- labelTextStyle ↔ TextStyle
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- valueTextStyle ↔ TextStyle
-
getter/setter pairinherited
Methods
-
copyWith(
{InputDecoration? inputDecoration, double? height, TextStyle? labelTextStyle, TextStyle? hintTextStyle, TextStyle? valueTextStyle, EdgeInsets? labelPadding, EdgeInsets? fieldPadding}) → AdeptTextFieldTheme - Copy constructor with new instance
-
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