controller property
S
get
controller
Retrieves the controller associated with this view.
Implementation
S get controller => GetWidget._cache[this]! as S;
Retrieves the controller associated with this view.
S get controller => GetWidget._cache[this]! as S;