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