warning constant

ProgressStyle const warning

Warning progress (amber)

Implementation

static const ProgressStyle warning = ProgressStyle._(
  trackColor: ArcaneColors.surfaceVariant,
  fillColor: ArcaneColors.warning,
);