Skip to main content

C2CToastThemeData

PropertyDescriptionType
marginMargin around the toast.EdgeInsets?
paddingPadding inside the toast.EdgeInsets?
successStyle for success toasts.ToastStyle?
errorStyle for error toasts.ToastStyle?
warningStyle for warning toasts.ToastStyle?
infoStyle for info toasts.ToastStyle?
borderRadiusBorder radius of the toast.BorderRadius?
titleTextStyleText style for the toast title.TextStyle?
messageTextStyleText style for the toast message.TextStyle?

ToastStyle

PropertyDescriptionType
colorThe color of the text in the toast.Color?
backgroundColorThe background color of the toast.Color?
borderSideThe border side of the toast.BorderSide?
iconColorThe color of the icon.Color?
toastIconThe icon displayed in the toast.dynamic
iconSizeThe size of the icon.double?