defaultAssistPaint property
Default paint used for horizontal and vertical assist lines.
Implementation
static final Paint defaultAssistPaint = Paint()
..strokeWidth = 1.5
..color = Colors.blue;
Default paint used for horizontal and vertical assist lines.
static final Paint defaultAssistPaint = Paint()
..strokeWidth = 1.5
..color = Colors.blue;