shadowColor method

VxTextBuilder shadowColor(
  1. Color color
)

Sets Shadow color

Implementation

VxTextBuilder shadowColor(Color color) => this.._shadowColor = color;