SearchStyles class
Styles for the search component.
Constructors
Properties
- cursor → Style
-
Style for the cursor indicator.
final
- cursorPrefix → String
-
Prefix shown before the selected item.
final
- dimmed → Style
-
Style for dimmed elements.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- item → Style
-
Style for unselected items.
final
- itemPrefix → String
-
Prefix shown before non-selected items.
final
- matchHighlight → Style
-
Style for matched characters.
final
- noResults → Style
-
Style for "no results" message.
final
- prompt → Style
-
Style for the search prompt.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectedItem → Style
-
Style for the currently highlighted item.
final
- title → Style
-
Style for the title.
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