menu
artisanal package
documentation
widgets.dart
GestureRecognizer
pendingCmds property
pendingCmds property
dark_mode
light_mode
pendingCmds
property
List
<
Cmd
>
pendingCmds
final
Commands accumulated from callbacks during the current event.
Implementation
final List<Cmd> pendingCmds = [];
artisanal package
documentation
widgets
GestureRecognizer
pendingCmds property
GestureRecognizer class