layoutSize property

  1. @override
Size layoutSize

Implementor of method in superclass Container.

Return the size of the outermost rectangle which contains all lines in the member _xLineContainers.

Implementation

// ui.Size get layoutSize => _xLineContainers.reduce((lineContainer.+));
// todo-01 look into this
@override
ui.Size get layoutSize => throw StateError('todo-2 implement this.');
void layoutSize=(Size _layoutSize)
inherited

Manages the layout size during the layout process in layout. Should be only mentioned in this class, not super

Implementation

ui.Size layoutSize = ui.Size.zero;