onSwipeLeft property
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;
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)
final void Function(bool)? onSwipeLeft;