BlocxSearchFieldOptions class
Options for customizing BlocxSearchField.
Wraps common TextField parameters so you can pass them directly.
Constructors
- BlocxSearchFieldOptions.new({InputDecoration? decoration, TextStyle? style, TextInputType? keyboardType, TextCapitalization textCapitalization = TextCapitalization.none, TextInputAction? textInputAction, TextAlign textAlign = TextAlign.start, int? maxLines = 1, int? minLines, bool autofocus = false, bool obscureText = false, String? hintText, TextStyle? hintStyle, Widget? prefixIcon, bool showClearButton = true})
-
const
Properties
- autofocus → bool
-
final
- decoration → InputDecoration?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hintStyle → TextStyle?
-
final
- hintText → String?
-
final
- keyboardType → TextInputType?
-
final
- maxLines → int?
-
final
- minLines → int?
-
final
- obscureText → bool
-
final
- prefixIcon → Widget?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showClearButton → bool
-
final
- style → TextStyle?
-
final
- textAlign → TextAlign
-
final
- textCapitalization → TextCapitalization
-
final
- textInputAction → TextInputAction?
-
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