buildBackPainter method

CustomPainter? buildBackPainter()

Builds the back CustomPainter associated with this SceneController.

Implementation

CustomPainter? buildBackPainter() {
  return backScene?.buildPainter();
}