toggle menu
Mobile UI
0.5.1
common
switch theme
search in API
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
?