menu
tremble package
documentation
wait_chain_builder.dart
WaitChainBuilder
wait method
wait method
dark_mode
light_mode
wait
method
WaitChainBuilder
wait
(
double
time
)
Implementation
WaitChainBuilder wait(double time) { _chain.add(_ChainData.wait(time)); return this; }
tremble package
documentation
wait_chain_builder
WaitChainBuilder
wait method
WaitChainBuilder class