brightness method
Set brightness of background
Equivalent to
RaisedButton(
colorBrightness: input
)
Implementation
NikuRaisedButton brightness(Brightness brightness) {
this._colorBrightness = brightness;
return this;
}
Set brightness of background
Equivalent to
RaisedButton(
colorBrightness: input
)
NikuRaisedButton brightness(Brightness brightness) {
this._colorBrightness = brightness;
return this;
}