Octavius Framework
Toggle table of contents
desktop
Target filter
desktop
Switch theme
Search in API
Skip to content
Octavius Framework
feature-settings
/
org.octavius.modules.settings.navigation
/
SettingsScreen
/
SettingOption
Setting
Option
data
class
SettingOption
(
val
title
:
String
,
val
description
:
String
,
val
icon
:
ImageVector
,
val
onClick
:
(
)
->
Unit
)
Members
Constructors
Setting
Option
Link copied to clipboard
constructor
(
title
:
String
,
description
:
String
,
icon
:
ImageVector
,
onClick
:
(
)
->
Unit
)
Properties
description
Link copied to clipboard
val
description
:
String
icon
Link copied to clipboard
val
icon
:
ImageVector
on
Click
Link copied to clipboard
val
onClick
:
(
)
->
Unit
title
Link copied to clipboard
val
title
:
String