controller property

SintRootState get controller

Implementation

static SintRootState get controller {
  if (_controller == null) {
    throw Exception('SintRoot is not part of the three');
  } else {
    return _controller!;
  }
}