menu
s_button package
documentation
s_button.dart
OnProgress typedef
OnProgress typedef
dark_mode
light_mode
OnProgress
typedef
OnProgress
=
void Function
(
int
current
,
int
total
)
Callback for download/upload progress.
Implementation
typedef OnProgress = void Function(int current, int total);
s_button package
documentation
s_button
OnProgress typedef
s_button library