onTapUp property
final
The VoidCallback
that will be called once the toggle tap is released.
Implementation
final void Function()? onTapUp;
The VoidCallback
that will be called once the toggle tap is released.
final void Function()? onTapUp;