A ProgressBar widget should be easy to implement. It must fill the parent width by default. The implementation of the current widgets could be used as a guide.
ProgressBar::new(percentage);
For consistency, we should probably choose sprites from Kenney UI packs.
A
ProgressBar
widget should be easy to implement. It must fill the parent width by default. The implementation of the current widgets could be used as a guide.For consistency, we should probably choose sprites from Kenney UI packs.