AreaBuilderMixin mixin

Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildDockingColumn({required dynamic id, required double? weight, required List<DockingArea> children}) DockingColumn
Builds a DockingColumn.
override
buildDockingItem({required dynamic id, required double? weight, required bool maximized}) DockingItem
Builds a DockingItem.
inherited
buildDockingRow({required dynamic id, required double? weight, required List<DockingArea> children}) DockingRow
Builds a DockingRow.
override
buildDockingTabs({required dynamic id, required double? weight, required bool maximized, required List<DockingItem> children}) DockingTabs
Builds a DockingTabs.
override
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