PointerTransitionExt extension

Provides extension methods for Widget to apply scroll transition effects.

on

Methods

pointerTransition(PointerTransitionBuilder builder, {Alignment origin = Alignment.center, bool useGlobalPointer = false, bool transitionBetweenBounds = true, bool resetOnExitBounds = true, Curve curve = appleEaseInOut, Duration duration = const Duration(milliseconds: 125)}) Widget
Applies pointer transition effects to this widget.