helperShadows method

NikuTextField helperShadows(
  1. List<Shadow> shadows
)

Collection of text's shadow

Equivalent to

TextStyle(shadows: input)

Implementation

NikuTextField helperShadows(List<Shadow> shadows) {
  this._helper_shadows = shadows;

  return this;
}