errorShadows method

NikuTextField errorShadows(
  1. List<Shadow> shadows
)

Collection of text's shadow

Equivalent to

TextStyle(shadows: input)

Implementation

NikuTextField errorShadows(List<Shadow> shadows) {
  this._error_shadows = shadows;

  return this;
}