error constant

ProgressStyle const error

Error progress (red)

Implementation

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