LayoutData class
Layout data associated with each widget.
class LayoutData { DockLayoutConstant direction; double oldSize, size; double originalSize; bool hidden = false; Layer layer; LayoutData(this.direction, this.size, this.layer); }
Layout data associated with each widget.
class LayoutData { DockLayoutConstant direction; double oldSize, size; double originalSize; bool hidden = false; Layer layer; LayoutData(this.direction, this.size, this.layer); }