Toast Appearance
constructor(backgroundColor: Color? = null, borderColor: Color? = null, borderWidth: Dp? = null, iconBackgroundColor: Color? = null, iconForegroundColor: Color? = null, titleColor: Color? = null, messageColor: Color? = null, actionBackgroundColor: Color? = null, actionContentColor: Color? = null, shadowColor: Color? = null, glassScrimColor: Color? = null, hostBackgroundColor: Color? = null, shape: ToastShapeOverride? = null, contentPadding: PaddingValues? = null, elevation: Dp? = null)