viewmodel-pilot
Toggle table of contents
0.4.1-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
viewmodel-pilot
components
/
com.mirego.pilot.components.content
/
PilotTextImageContent
Pilot
Text
Image
Content
data
class
PilotTextImageContent
(
val
text
:
String
,
val
image
:
PilotLocalImageContent
?
=
null
)
Members
Constructors
Pilot
Text
Image
Content
Link copied to clipboard
constructor
(
text
:
String
,
image
:
PilotLocalImageContent
?
=
null
)
Properties
image
Link copied to clipboard
val
image
:
PilotLocalImageContent
?
=
null
text
Link copied to clipboard
val
text
:
String