menu
phoenix_widgets package
documentation
custom_widget/custom_progress_bar.dart
ProgressBar
ProgressBar.new const constructor
ProgressBar.new const constructor
dark_mode
light_mode
ProgressBar
constructor
const
ProgressBar
(
{
Key
?
key
,
bool
isDoneLoading
=
true
,
double
percentage
=
0.0
,
})
Implementation
const ProgressBar({ super.key, this.isDoneLoading = true, this.percentage = 0.0, });
phoenix_widgets package
documentation
custom_widget/custom_progress_bar
ProgressBar
ProgressBar.new const constructor
ProgressBar class