closeWindowWhen property

(bool Function(List<T> queue)?) closeWindowWhen
finalinherited

Predicate which determines when the current window should close

Implementation

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