color method
Apply color to button background
Equivalent to
IconButton(
color: input
)
Implementation
NikuIconButton color(Color color) {
this._color = color;
return this;
}
Apply color to button background
Equivalent to
IconButton(
color: input
)
NikuIconButton color(Color color) {
this._color = color;
return this;
}