size property

  1. @override
LayoutSize get size
override

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