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
Settings
Screen
class
SettingsScreen
:
Screen
Members
Constructors
Settings
Screen
Link copied to clipboard
constructor
(
)
Types
Setting
Option
Link copied to clipboard
data
class
SettingOption
(
val
title
:
String
,
val
description
:
String
,
val
icon
:
ImageVector
,
val
onClick
:
(
)
->
Unit
)
Properties
title
Link copied to clipboard
open
override
val
title
:
String
Functions
Content
Link copied to clipboard
@
Composable
open
override
fun
Content
(
)
Setting
Option
Card
Link copied to clipboard
@
Composable
private
fun
SettingOptionCard
(
option
:
SettingsScreen.SettingOption
)