ToastificationAnimationBuilder typedef

ToastificationAnimationBuilder = Widget Function(BuildContext context, Animation<double> animation, Alignment alignment, Widget child)

type definition for the animation builder of the custom toastification use this builder to create your own toastification animation

Implementation

typedef ToastificationAnimationBuilder = Widget Function(
  BuildContext context,
  Animation<double> animation,
  Alignment alignment,
  Widget child,
);