rootController property

GetRootState<T> get rootController

Retrieves the root controller state.

Implementation

GetRootState<T> get rootController =>
    GetRootState.controller as GetRootState<T>;