void draw(Canvas canvas, Paint paint, Offset offset, {Size? size}) { if (!show) { return; } symbol.draw(canvas, paint, offset, size ?? this.size); }