menu
select_dialog package
documentation
rxdart/backpressure.dart
BackpressureStreamTransformer<S, T>
onWindowEnd property
onWindowEnd property
dark_mode
light_mode
onWindowEnd
property
T Function
(
List
<
S
>
queue
)
?
onWindowEnd
final
Handler which fires when the window closes
Implementation
final T Function(List<S> queue)? onWindowEnd;
select_dialog package
documentation
rxdart/backpressure
BackpressureStreamTransformer<S, T>
onWindowEnd property
BackpressureStreamTransformer class