updateLinePaint method
void
updateLinePaint()
Implementation
void updateLinePaint() {
if (_borderColor != null) {
borderPaint = Paint()
..color = _borderColor!
..style = PaintingStyle.stroke;
}
}