SuggestStyles class

Visual styles for SuggestModel.

Constructors

SuggestStyles({Style? title, Style? value, Style? placeholder, Style? highlighted, Style? suggestion, Style? hint, Style? dimmed, String? pointer})
Creates styles with sensible defaults.

Properties

dimmed → Style
Style for secondary/dimmed text (help, scroll indicators).
final
hashCode → int
The hash code for this object.
no setterinherited
highlighted → Style
Style for the highlighted/selected suggestion row.
final
hint → Style
Style for the hint line.
final
placeholder → Style
Style for placeholder text.
final
pointer → String
Pointer character for the highlighted suggestion.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
suggestion → Style
Style for unselected suggestion rows.
final
title → Style
Style for the prompt label.
final
value → Style
Style for the typed value.
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