Style

sealed class Style

the progress style

Inheritors

Types

Link copied to clipboard
class Determinate(val linear: Boolean = true, val progress: Int, val max: Int) : DialogProgress.Style

determinate progress style

Link copied to clipboard
class Indeterminate(val linear: Boolean = true) : DialogProgress.Style

indeterminate progress style

Properties

Link copied to clipboard
abstract val linear: Boolean