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