onSecondaryTapUp property
final
Called when the user releases a secondary button tap that was started on this part of the material. onSecondaryTap is called immediately after.
See also:
- onSecondaryTap, a handler triggered right after this one that doesn't pass any details about the tap.
- kSecondaryButton, the button this callback responds to.
Implementation
final GestureTapUpCallback? onSecondaryTapUp;