toggle menu
JchuComponents
androidJvm
switch theme
search in API
jchucomponents-ui
/
com.jeluchu.jchucomponents.ui.composables.progress
/
IconProgressCounter
Icon
Progress
Counter
@
Immutable
class
IconProgressCounter
(
val
shape
:
Int
=
10
,
val
disabledIndicator
:
Color
=
Color.Gray
,
val
container
:
Color
=
Color(0xFF35898f)
,
val
content
:
Color
=
cosmicLatte
)
Members
Constructors
Icon
Progress
Counter
Link copied to clipboard
constructor
(
shape
:
Int
=
10
,
disabledIndicator
:
Color
=
Color.Gray
,
container
:
Color
=
Color(0xFF35898f)
,
content
:
Color
=
cosmicLatte
)
Properties
container
Link copied to clipboard
val
container
:
Color
content
Link copied to clipboard
val
content
:
Color
disabled
Indicator
Link copied to clipboard
val
disabledIndicator
:
Color
shape
Link copied to clipboard
val
shape
:
Int
=
10