disabled method
Background color of button when disabled
Equivalent to
RaisedButton(
disabledColor: input
)
Implementation
NikuRaisedButton disabled(Color color) {
this._disabledColor = color;
return this;
}
Background color of button when disabled
Equivalent to
RaisedButton(
disabledColor: input
)
NikuRaisedButton disabled(Color color) {
this._disabledColor = color;
return this;
}