SuggestionStyle class
Class that defines the design for suggestions.
サジェスト用のデザインを定義するクラス。
- Annotations
Constructors
Properties
- backgroundColor → Color?
-
Background color of the Suggestions window.
final
- color → Color?
-
Text color of the Suggestions window.
final
- elevation → double
-
Suggestions window height.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxHeight → double
-
Maximum height of the suggestion window.
final
- offset → Offset
-
Offset at which to place the suggestion overlay.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showOnTap → bool
-
true
if you want to display on the frontmost side.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