shadowOffset method

VxTextBuilder shadowOffset(
  1. double dx,
  2. double dy
)

Sets Shadow offset

Implementation

VxTextBuilder shadowOffset(double dx, double dy) =>
    this.._shadowOffset = Offset(dx, dy);