GetBackGestureController<T> constructor
GetBackGestureController<T> ({
- required AnimationController controller,
Implementation
GetBackGestureController({
required this.navigator,
required this.controller,
}) {
navigator.didStartUserGesture();
}