Section

data class Section(val name: String, val settings: List<Setting<*>>)

Represents a section in the settings screen

Constructors

Link copied to clipboard
constructor(name: String, settings: List<Setting<*>>)

Properties

Link copied to clipboard

Section name

Link copied to clipboard

The list of settings for this section