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