barError property

Paint get barError

Implementation

Paint get barError => Paint()
  ..color = Theme.of(context).colorScheme.error
  ..style = PaintingStyle.fill
  ..strokeWidth = 0;