bar property
Paint
get
bar
Implementation
Paint get bar => Paint()
..color = Theme.of(context).colorScheme.primary
..style = PaintingStyle.fill
..strokeWidth = 0;
Paint get bar => Paint()
..color = Theme.of(context).colorScheme.primary
..style = PaintingStyle.fill
..strokeWidth = 0;