updateBorderPaint method
void
updateBorderPaint()
Implementation
void updateBorderPaint() {
borderPaint = Paint()
..color = _borderColor
..style = PaintingStyle.stroke;
}
void updateBorderPaint() {
borderPaint = Paint()
..color = _borderColor
..style = PaintingStyle.stroke;
}