canPop property

(bool Function(FormGroup formGroup)?) canPop
final

Determine whether a route can be popped. See PopScope for more details.

Implementation

final bool Function(FormGroup formGroup)? canPop;