menu
oracular package
documentation
utils/prompt/progress_prompt.dart
OracularProgressState
increment method
increment method
dark_mode
light_mode
increment
method
void
increment
(
[
int
amount
=
1
])
Implementation
void increment([int amount = 1]) => _progress.increase(amount);
oracular package
documentation
utils/prompt/progress_prompt
OracularProgressState
increment method
OracularProgressState class