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