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