MdProgress

open class MdProgress : MdWidget

Progress indicators inform users about the status of ongoing processes, such as loading an app or submitting a form.

See https://material-web.dev/components/progress/

Author

Maanrifa Bacar Ali

Inheritors

Properties

Link copied to clipboard
var fourColor: <Error class: unknown class>

Whether or not to render indeterminate mode using 4 colors instead of one.

Link copied to clipboard
var indeterminate: <Error class: unknown class>

Whether or not to display indeterminate progress, which gives no indication to how long an activity will take.

Link copied to clipboard
var max: <Error class: unknown class>

Maximum progress to display.

Link copied to clipboard
open var parent: <Error class: unknown class>?
Link copied to clipboard
var value: <Error class: unknown class>

Progress to display, a fraction between 0 and max.

Functions

Link copied to clipboard
open fun buildAttributeSet(attributeSetBuilder: <Error class: unknown class>)
Link copied to clipboard
open fun dispose()
Link copied to clipboard
open fun render(): <Error class: unknown class>