toggle menu
Mobile UI
0.4.0
common
switch theme
search in API
Mobile UI
/
org.hisp.dhis.mobile.ui.designsystem.component
/
ImageCardData
/
IconCardData
Icon
Card
Data
data
class
IconCardData
(
val
uid
:
String
,
val
label
:
String
,
val
iconRes
:
String
,
val
iconTint
:
Color
)
:
ImageCardData
Members
Constructors
Icon
Card
Data
Link copied to clipboard
constructor
(
uid
:
String
,
label
:
String
,
iconRes
:
String
,
iconTint
:
Color
)
Properties
icon
Res
Link copied to clipboard
val
iconRes
:
String
icon
Tint
Link copied to clipboard
val
iconTint
:
Color
label
Link copied to clipboard
open
override
val
label
:
String
uid
Link copied to clipboard
open
override
val
uid
:
String