Items class

Constructors

Items({required List<DisplayItemRow> rows, Map<String, dynamic>? containerAttributes, WidgetOverlayLayers? overlayLayers})
const
Items.fromJson(Map<String, dynamic> json)
factory

Properties

containerAttributes Map<String, dynamic>?
final
hashCode int
The hash code for this object.
no setterinherited
overlayLayers WidgetOverlayLayers?
Layers drawn over rows, each covering exactly the box those rows occupy. Absent for almost every config. Honoured in preview and published render; compose mode ignores it. See __docs__/CONTRACT_overlay_layers.md.
final
rows List<DisplayItemRow>
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