theme method
Apply style to button using existing theme
Equivalent to
RaisedButton(
textTheme: input
)
Implementation
NikuRaisedButton theme(ButtonTextTheme theme) {
this._buttonTextTheme = theme;
return this;
}
Apply style to button using existing theme
Equivalent to
RaisedButton(
textTheme: input
)
NikuRaisedButton theme(ButtonTextTheme theme) {
this._buttonTextTheme = theme;
return this;
}