ToastOptions constructor

ToastOptions(
  1. String message,
  2. ToastType type
)

Implementation

ToastOptions(this.message, this.type);