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