line property
Paint
get
line
Implementation
Paint get line => Paint()
..color = Theme.of(context).colorScheme.primary
..style = PaintingStyle.stroke
..strokeWidth = 2.0;
Paint get line => Paint()
..color = Theme.of(context).colorScheme.primary
..style = PaintingStyle.stroke
..strokeWidth = 2.0;