CheckboxAdapter class
A ValuedWidgetAdapter for a Slider
- Inheritance
-
- Object
- ValuedWidgetAdapter<
Checkbox> - AbstractValuedWidgetAdapter<
Checkbox> - CheckboxAdapter
- Annotations
Constructors
Properties
Methods
-
build(
{required BuildContext context, required FormMapper mapper, required TypeProperty property, required Keywords args}) → Checkbox -
build and bind the corresponding widget
context
a FormMappermapper
the FormMapperproperty
a TypePropertyargs
and parameters that will be handled by the adapteroverride -
dispose(
WidgetProperty property) → void -
dispose any resources
inherited
-
getName(
) → String -
return the element name
inherited
-
getTheme(
) → String -
return the platform name
inherited
-
getType(
) → Type -
return the element type
inherited
-
getValue(
Checkbox widget) → dynamic -
return the current value given a widget
widget
the widgetoverride -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setValue(
Checkbox widget, dynamic value, ValuedWidgetContext context) → void -
set a current value
widget
the widgetvalue
the valuecontext
the ValuedWidgetContextoverride -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited