paint property

  1. @protected
  2. @override
Paint paint
override

Implementation

@protected
@override
Paint get paint => Paint()
  ..style = PaintingStyle.stroke
  ..strokeCap = StrokeCap.round
  ..strokeJoin = StrokeJoin.round
  ..color = color
  ..strokeWidth = strokeWidth;