WidgetOverlayLayers class

Layers drawn over a widget's rows. An object rather than a bare array so the stacking contract has somewhere to grow later.

Constructors

WidgetOverlayLayers({required List<Items> layers})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
layers List<Items>
Each layer is a full Items. Order is paint order: later entries sit above earlier ones.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited