shape method

Apply custom shape to button

Equivalent to

OutlineButton(
  shape: input
)

Implementation

NikuOutlineButton shape(ShapeBorder shape) {
  this._shape = shape;

  return this;
}