Returns the underlying RenderBox associated with this GlobalKey.
Assumes that the widget is mounted and has a render object.
RenderBox get box => currentContext!.findRenderObject() as RenderBox;