SuggestionStyle class

Class that defines the design for suggestions.

サジェスト用のデザインを定義するクラス。

Available Extensions
Annotations

Constructors

SuggestionStyle({Offset offset = const Offset(0, 20), bool showOnTap = true, double elevation = 8.0, Color? backgroundColor, Color? color, double maxHeight = 260})
Class that defines the design for suggestions.
const

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