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