toggle menu
app
androidJvm
switch theme
search in API
app
/
com.jrod7938.textchangeapp.model
/
ToggleButtonOption
Toggle
Button
Option
data
class
ToggleButtonOption
(
val
text
:
String
,
val
iconRes
:
Int
?
)
Data class that represents a toggle button option.
Members
Constructors
Toggle
Button
Option
Link copied to clipboard
constructor
(
text
:
String
,
iconRes
:
Int
?
)
Properties
icon
Res
Link copied to clipboard
val
iconRes
:
Int
?
text
Link copied to clipboard
val
text
:
String