ui/calender_view/scroll_to_index library
Classes
Enums
Mixins
Constants
- defaultDurationUnit → const int
- defaultScrollDistanceOffset → const double
- scrollAnimationDuration → const Duration
Functions
-
buildHighlightTransition(
{required BuildContext context, required Animation< double> highlight, required Widget child, Color? background, Color? highlightColor}) → Widget -
catchAnimationCancel(
TickerFuture future) → Future - skip the TickerCanceled exception
-
co<
T> (dynamic key, FutureOr< T> action()) → Future<T> - used to invoke async functions in order
-
defaultViewportBoundaryGetter(
) → Rect
Typedefs
- AxisValueGetter = double Function(Rect rect)
-
TagHighlightBuilder
= Widget Function(BuildContext context, Animation<
double> highlight) - ViewportBoundaryGetter = Rect Function()