SettingSection class Objects

{@image } The class that makes up a settings section, which is a grouping of similar settings together. A minimum of 1 setting sections are required to build a SettingsView object.

Constructors

SettingSection({required String sectionTitle, required List<SettingItem> sectionItems})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sectionItems List<SettingItem>
A list of setting items for this section.
final
sectionTitle String
The title of this section. E.G: Accessibility, Payments, etc.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited