textShadows method

NikuButton textShadows(
  1. List<Shadow> shadows
)

Collection of text's shadow

Equivalent to

TextStyle(shadows: input)

Implementation

NikuButton textShadows(List<Shadow> shadows) {
  _text_shadows = shadows;

  return this;
}