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