DigitToastOptions constructor

DigitToastOptions(
  1. String message,
  2. bool isError,
  3. ThemeData theme
)

Implementation

DigitToastOptions(this.message, this.isError, this.theme);