size property

LayoutSize get size

The computed size of this box.

Implementation

LayoutSize get size => _viewportSize!;
set size (LayoutSize size)

Sets the size of this box.

Implementation

set size(LayoutSize size) {
  _viewportSize = size;
}