CustomSettingsGroup class
Constructors
-
CustomSettingsGroup.new({required String title, bool enabled = true, dynamic onToggleEnabled(bool val)?, List<
CustomSettingsItem> items = const []})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onChanged(
bool val) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited