updateSelfSendPaint static method

void updateSelfSendPaint(
  1. double strokeWidth
)

Implementation

static void updateSelfSendPaint(double strokeWidth) {
  _selfSendPaint.strokeWidth = strokeWidth;
}