buildFrontPainter method

CustomPainter? buildFrontPainter()

Builds the front CustomPainter associated with this SceneController.

Implementation

CustomPainter? buildFrontPainter() {
  return frontScene?.buildPainter();
}