closeWindowWhen property

(bool Function(List<S> queue)?) closeWindowWhen
final

Predicate which determines when the current window should close

Implementation

final bool Function(List<S> queue)? closeWindowWhen;