FespSlideData class

Annotations
  • @FespNodeBuildersA.new(builders: [FespNodeBuilderField(className: 'FespSliderBuilderData', argsList: ['BuildContext', '\$FespSliderBuilderData'], returnType: 'Slider', classFields: [FespNodeBuilderClassField(type: 'int?', name: 'divisions'), FespNodeBuilderClassField(type: 'double', name: 'min', defaultValue: '0'), FespNodeBuilderClassField(type: 'double', name: 'max', defaultValue: '1'), FespNodeBuilderClassField(type: 'double', name: 'value'), FespNodeBuilderClassField(type: 'String', name: 'label'), FespNodeBuilderClassField(type: 'Function(double value)?', name: 'onChanged')])], invalidTypes: ['\$FespSliderBuilderData'])

Constructors

FespSlideData({required double value, int? divisions, double min = 0, double max = 1, dynamic onChanged(double value)?, Slider fespBuilder0(BuildContext p0, $FespSliderBuilderData p1)?})
const

Properties

divisions int?
final
fespBuilder0 Slider Function(BuildContext p0, $FespSliderBuilderData p1)?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
max double
final
min double
final
onChanged → dynamic Function(double value)?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value double
final

Methods

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