SliderAdapter class

Inheritance
Annotations

Constructors

SliderAdapter()

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
theme String
finalinherited
type Type
finalinherited

Methods

build({required BuildContext context, required FormMapper mapper, required TypeProperty property, required Keywords args}) CupertinoSlider
build and bind the corresponding widget context a FormMapper mapper the FormMapper property a TypeProperty args and parameters that will be handled by the adapter
override
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(CupertinoSlider widget) → dynamic
return the current value given a widget widget the widget
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setValue(CupertinoSlider widget, dynamic value, ValuedWidgetContext context) → void
set a current value widget the widget value the value context the ValuedWidgetContext
override
toString() String
A string representation of this object.
inherited

Operators

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