AuthBoolField class
A field for capturing boolean values in a Flutter form.
Extends AuthField.
Constructors
-
AuthBoolField({required String name, required BoolWidgetType widgetType, Widget? title, List<
String? Function(dynamic)> validators = const [], dynamic value = false, Widget? leftWidget, Widget? rightWidget, dynamic onChange(String value)?}) - Constructs an AuthBoolField object.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- leftWidget → Widget?
-
final
- name → String
-
The name of the field.
finalinherited
- onChange → (dynamic Function(String value)?)
-
final
- onValueChanged → (dynamic Function(dynamic)?)
-
A callback function triggered when the value of the field changes.
finalinherited
- rightWidget → Widget?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title → Widget?
-
The title widget of the field.
finalinherited
-
validators
↔ List<
String? Function(dynamic)> -
A list of validation functions for the field.
getter/setter pairinherited
- value ↔ dynamic
-
The initial value of the field.
getter/setter pairinherited
- widgetType → BoolWidgetType
-
final
Methods
-
build(
BuildContext context, Function onValueChanged) → Widget -
Builds the widget representing the field.
override
-
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