toggle menu
KotStep
androidJvm
switch theme
search in API
kotstep
/
com.binayshaw7777.kotstep.model
/
Step
Step
data
class
Step
(
val
text
:
String
,
val
supportingContent
:
@
Composable
(
)
->
Unit
?
=
null
)
A data class for Step
Parameters
text
The main text of the step
supporting
Content
The supporting content of the step
Members
Constructors
Step
Link copied to clipboard
constructor
(
text
:
String
,
supportingContent
:
@
Composable
(
)
->
Unit
?
=
null
)
Properties
supporting
Content
Link copied to clipboard
val
supportingContent
:
@
Composable
(
)
->
Unit
?
=
null
text
Link copied to clipboard
val
text
:
String