shape method
Apply custom shape to button
Equivalent to
FlatButton(
shape: input
)
Implementation
NikuFlatButton shape(ShapeBorder shape) {
this._shape = shape;
return this;
}
Apply custom shape to button
Equivalent to
FlatButton(
shape: input
)
NikuFlatButton shape(ShapeBorder shape) {
this._shape = shape;
return this;
}