tapped property

TapInfo<T>? tapped
final

Information about the point on which the user has tapped.

This value can be null if the user taps on the border of an AnimatedToggleSwitch or on the wrapper of a CustomAnimatedToggleSwitch.

Implementation

final TapInfo<T>? tapped;