Widget Documentation: LMFeedProgressBar
Widget: LMFeedProgressBar
The LMFeedProgressBar
is a helper utility for managing the display of progress bars with support for visibility checks and background options.
View Style: LMFeedProgressBarStyle
The LMFeedProgressBarStyle
defines the appearance and behavior properties for the LMFeedProgressBar
, including color, mode, and maximum value.
Field | Description | Type |
---|---|---|
progressColor | Specifies the color of the progress bar. | Int |
isIndeterminate | Indicates whether the progress bar is in indeterminate mode. | Boolean |
maxProgress | Sets the maximum value of the progress bar. | Int |