menu
ouisync
ouisync.dart
Progress
Progress.new constructor
Progress.new
dark_mode
light_mode
Progress
constructor
Progress
(
{
required
int
value
,
required
int
total
,
})
Implementation
Progress({ required this.value, required this.total, });
ouisync
ouisync
Progress
Progress.new constructor
Progress class