ZdsToast constructor

const ZdsToast(
  1. {Key? key,
  2. Widget? leading,
  3. Widget? title,
  4. List<Widget>? actions,
  5. ZdsToastColors? color,
  6. bool rounded = true,
  7. bool multiLine = false}
)

The contents of a toast, typically used with ZdsSnackBarExtension.showZdsToast.

Implementation

const ZdsToast