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