Skip to main content

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 the code on GitHub

View Style: LMFeedProgressBarStyle

The LMFeedProgressBarStyle defines the appearance and behavior properties for the LMFeedProgressBar, including color, mode, and maximum value.

FieldDescriptionType
progressColorSpecifies the color of the progress bar.Int
isIndeterminateIndicates whether the progress bar is in indeterminate mode.Boolean
maxProgressSets the maximum value of the progress bar.Int

View the code on GitHub