FespSwitchData class

Annotations
  • @FespNodeBuildersA.new(builders: [FespNodeBuilderField(className: 'FespSwitchBuilderData', argsList: ['BuildContext', '\$FespSwitchBuilderData'], returnType: 'Switch', classFields: [FespNodeBuilderClassField(type: 'bool', name: 'value', defaultValue: 'false'), FespNodeBuilderClassField(type: 'void Function(bool value)?', name: 'onChanged'), FespNodeBuilderClassField(type: 'void Function(bool value)?', name: 'onFocusChange')])], invalidTypes: ['\$FespSwitchBuilderData', '\$FespSwitchBuilderData'])

Constructors

FespSwitchData({$FespSwitchBuilderData initData = const $FespSwitchBuilderData(), Switch fespBuilder0(BuildContext p0, $FespSwitchBuilderData p1)?})
const

Properties

fespBuilder0 Switch Function(BuildContext p0, $FespSwitchBuilderData p1)?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
initData $FespSwitchBuilderData
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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