@protected double? getSolidStrokeWidthPx(double? strokeWidthPx) => isSolid ? strokeWidthPx : (strokeWidthPx ?? 2.0);