warningColorTextSecondary property

SvgPicture warningColorTextSecondary
final

Text Secondary Coloured Icon For Warning

Implementation

static final warningColorTextSecondary = SvgPicture.asset(
    "assets/icons/warning.svg",
    color: IconStyles.colorTextSecondary,
    package: packageName
);