C2CToastThemeData
| Property | Description | Type |
|---|---|---|
| margin | Margin around the toast. | EdgeInsets? |
| padding | Padding inside the toast. | EdgeInsets? |
| success | Style for success toasts. | ToastStyle? |
| error | Style for error toasts. | ToastStyle? |
| warning | Style for warning toasts. | ToastStyle? |
| info | Style for info toasts. | ToastStyle? |
| borderRadius | Border radius of the toast. | BorderRadius? |
| titleTextStyle | Text style for the toast title. | TextStyle? |
| messageTextStyle | Text style for the toast message. | TextStyle? |
ToastStyle
| Property | Description | Type |
|---|---|---|
| color | The color of the text in the toast. | Color? |
| backgroundColor | The background color of the toast. | Color? |
| borderSide | The border side of the toast. | BorderSide? |
| iconColor | The color of the icon. | Color? |
| toastIcon | The icon displayed in the toast. | dynamic |
| iconSize | The size of the icon. | double? |