size property
The current size of this child after layout.
Only valid after layout has been called. Represents the final dimensions assigned to this child.
Implementation
@override
LayoutSize get size => layoutSizeFromSize(renderBox.size);
The current size of this child after layout.
Only valid after layout has been called. Represents the final dimensions assigned to this child.
@override
LayoutSize get size => layoutSizeFromSize(renderBox.size);