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