size property

Size get size

The current size of this Roll widget.

This is used for positioning calculations when the future shared gradient sheet functionality is implemented.

Implementation

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