API Reference 0.3.24dart_web_toolkit_uiLayoutData

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);
}

Constructors

new LayoutData(DockLayoutConstant direction, double size, Layer layer) #

Creates a new Object instance.

Object instances have no meaningful state, and are only useful through their identity. An Object instance is equal to itself only.

docs inherited from Object
LayoutData(this.direction, this.size, this.layer);

Properties

DockLayoutConstant direction #

DockLayoutConstant direction

bool hidden #

bool hidden = false

Layer layer #

Layer layer

double oldSize #

double oldSize

double originalSize #

double originalSize

double size #

double oldSize, size