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