labelColor method
Set color of text
Equivalent to
TextStyle(color: input)
Implementation
NikuTextField labelColor(Color color) {
this._label_color = color;
return this;
}
Set color of text
Equivalent to
TextStyle(color: input)
NikuTextField labelColor(Color color) {
this._label_color = color;
return this;
}