stroke property

Paint stroke
final

Implementation

final Paint stroke = Paint()
  ..color = const Color.fromARGB(255, 50, 50, 50)
  ..style = PaintingStyle.stroke;