labelShadows method
Collection of text's shadow
Equivalent to
TextStyle(shadows: input)
Implementation
NikuTextField labelShadows(List<Shadow> shadows) {
this._label_shadows = shadows;
return this;
}
Collection of text's shadow
Equivalent to
TextStyle(shadows: input)
NikuTextField labelShadows(List<Shadow> shadows) {
this._label_shadows = shadows;
return this;
}