buildContext property
Currently attached build context. Can be null if not attached.
Implementation
BuildContext? get buildContext =>
_gameRenderBox?.buildContext ?? widgetBuildContext;
Currently attached build context. Can be null if not attached.
BuildContext? get buildContext =>
_gameRenderBox?.buildContext ?? widgetBuildContext;