isGoBackEnabled property

  1. @override
bool isGoBackEnabled
override

Indicates whether the back button currently is enabled

Implementation

@override
bool get isGoBackEnabled {
  return _isBackEnabled.value;
}