warning constant

TrackerLevel const warning

Default values for the warning level.

color is set to Colors.orange name is set to "Warning"

Implementation

static const TrackerLevel warning =
    _SimpleTrackerLevel(Colors.orange, 'Warning');