buildContext property

BuildContext? buildContext

Currently attached build context. Can be null if not attached.

Implementation

BuildContext? get buildContext => _gameRenderBox?.buildContext;