warningColor top-level constant
Color
const warningColor
The default color of the warning motion toast.
Equals to Color(0xffFFC107)
.
Implementation
const Color warningColor = Color(0xffFFC107);