onSwipeLeft property

void Function(bool)? onSwipeLeft
final

Callback when switch is swiped left Just in case another action with swiping left needed By defualt it set the MorphSwitch to false by default (offState)

Implementation

final void Function(bool)? onSwipeLeft;