ToastAnimation.none constructor

const ToastAnimation.none()

No animation

Implementation

const ToastAnimation.none()
  : type = ToastAnimationType.none,
    duration = null,
    curve = null;