ToastificationBuilder typedef

ToastificationBuilder = Widget Function(BuildContext context, ToastificationItem holder)

type definition for the builder of the custom toastification use this builder to create your own toastification widget

Implementation

typedef ToastificationBuilder = Widget Function(
  BuildContext context,
  ToastificationItem holder,
);