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