renderBox property

RenderBox? get renderBox

Implementation

RenderBox? get renderBox => context.findRenderObject() as RenderBox?;