storkePaint property

Paint storkePaint
getter/setter pair

Implementation

Paint storkePaint = Paint()
  ..color = Colors.white
  ..style = PaintingStyle.stroke
  ..isAntiAlias = true
  ..strokeWidth = 1;