ToastAnimationBuilder typedef

ToastAnimationBuilder = Widget Function(Widget child, AnimationController controller, AlignmentGeometry alignment)

Toast动画构造函数

Implementation

typedef ToastAnimationBuilder = Widget Function(
  Widget child,
  AnimationController controller,
  AlignmentGeometry alignment,
);