Mobile UI
Toggle table of contents
0.6.0
common
Platform filter
common
Switch theme
Search in API
Mobile UI
Mobile UI
/
org.hisp.dhis.mobile.ui.designsystem.component.model
/
IconData
Icon
Data
data
class
IconData
(
val
defaultIcon
:
ImageVector
,
val
selectedIcon
:
ImageVector
?
)
Members
Constructors
Icon
Data
Link copied to clipboard
constructor
(
defaultIcon
:
ImageVector
,
selectedIcon
:
ImageVector
?
)
Properties
default
Icon
Link copied to clipboard
val
defaultIcon
:
ImageVector
selected
Icon
Link copied to clipboard
val
selectedIcon
:
ImageVector
?