SuggestionItem<T> class

Constructors

SuggestionItem({required Key widgetKey, required T data, required double width, required double height, int currentWeight = 1, required double x, required double y, int iColumn = 0, int iRow = 0})

Properties

bottom → dynamic
no setter
color → dynamic
no setter
currentWeight int
getter/setter pair
data → T
final
hashCode int
The hash code for this object.
no setterinherited
height double
getter/setter pair
iColumn int
getter/setter pair
iRow int
getter/setter pair
isExpanded → dynamic
no setter
left → dynamic
no setter
leftBottom → dynamic
no setter
leftTop → dynamic
no setter
rect Rect
no setter
no setter
rightBottom → dynamic
no setter
rightTop → dynamic
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selected → dynamic
no setter
superLike → dynamic
no setter
top → dynamic
no setter
widgetKey Key
getter/setter pair
width double
getter/setter pair
x double
getter/setter pair
y double
getter/setter pair

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