toggle menu
BIT App
androidJvm
switch theme
search in API
bitapp
/
com.atech.bit.ui.comman
/
ImageIconModel
Image
Icon
Model
data
class
ImageIconModel
(
val
imageVector
:
ImageVector
,
@
StringRes
val
contentDescription
:
Int
?
=
null
,
val
onClick
:
(
)
->
Unit
,
val
isVisible
:
Boolean
=
true
,
val
tint
:
Color
?
=
null
,
val
isEnable
:
Boolean
=
true
)
Members
Constructors
Image
Icon
Model
Link copied to clipboard
constructor
(
imageVector
:
ImageVector
,
@
StringRes
contentDescription
:
Int
?
=
null
,
onClick
:
(
)
->
Unit
,
isVisible
:
Boolean
=
true
,
tint
:
Color
?
=
null
,
isEnable
:
Boolean
=
true
)
Properties
content
Description
Link copied to clipboard
val
contentDescription
:
Int
?
=
null
image
Vector
Link copied to clipboard
val
imageVector
:
ImageVector
is
Enable
Link copied to clipboard
val
isEnable
:
Boolean
=
true
is
Visible
Link copied to clipboard
val
isVisible
:
Boolean
=
true
on
Click
Link copied to clipboard
val
onClick
:
(
)
->
Unit
tint
Link copied to clipboard
val
tint
:
Color
?
=
null