size property

Size size

Returns the size of the RenderBox representing this RollState.

Implementation

Size get size => (context.findRenderObject() as RenderBox).size;