theme method

Apply style to button using existing theme

Equivalent to

OutlineButton(
  textTheme: input
)

Implementation

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

  return this;
}