CustomSettingsItemBool class
- Inheritance
-
- Object
- CustomSettingsItem<
bool> - CustomSettingsItemBool
Constructors
- CustomSettingsItemBool.new({required String name, required bool value, required dynamic onChanged(bool value)})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onChanged(
bool val) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
widgetBuilder(
BuildContext context, bool value, bool isEnabled) → Widget -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited