shadowBlur method

VxTextBuilder shadowBlur(
  1. double blur
)

Sets Shadow blur

Implementation

VxTextBuilder shadowBlur(double blur) => this.._shadowBlur = blur;