selfSendPaint property

Paint selfSendPaint
final

Implementation

final Paint selfSendPaint = Paint()
  ..style = PaintingStyle.stroke
  ..strokeWidth = 1.5
  ..color = Colors.green;