ltk

Function progress_bar

Source
pub fn progress_bar(value: f32) -> ProgressBar
Expand description

Create a ProgressBar at the given fraction (clamped to [0.0, 1.0]).

progress_bar( self.download_fraction )