currentColor constant
Color
const currentColor
The currentcolor keyword represents the value of an element's color property.
This lets you use the color value on properties that do not receive it by default.
Implementation
static const Color currentColor = Color('currentcolor');