# Functions
New returns a model with default values.
WithColorProfile sets the color profile to use for the progress bar.
WithDefaultGradient sets a gradient fill with default colors.
WithDefaultScaledGradient sets a gradient with default colors, and scales the gradient to fit the filled portion of the ramp.
WithFillCharacters sets the characters used to construct the full and empty components of the progress bar.
WithGradient sets a gradient fill blending between two colors.
WithoutPercentage hides the numeric percentage.
WithScaledGradient scales the gradient to fit the width of the filled portion of the progress bar.
WithSolidFill sets the progress to use a solid fill with the given color.
WithSpringOptions sets the initial frequency and damping options for the progress bar's built-in spring-based animation.
WithWidth sets the initial width of the progress bar.
# Variables
NewModel returns a model with default values.
# Type aliases
Option is used to set options in New.