SearchDecoration class
Constructors
- SearchDecoration.new({String? hint, double? width, Widget? sufWidget, Color? focusColor, TextStyle? hintStyle, Color? underLineColor, EdgeInsets? conttentPadding})
Properties
- conttentPadding → EdgeInsets?
-
final
- focusColor → Color?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hint → String?
-
final
- hintStyle → TextStyle?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sufWidget → Widget?
-
final
- underLineColor → Color?
-
final
- width → double?
-
final
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