theme method

Apply style to button using existing theme

Equivalent to

FlatButton(
  textTheme: input
)

Implementation

NikuFlatButton theme(ButtonTextTheme theme) {
  this._buttonTextTheme = theme;

  return this;
}