height method
Set height of button
Equivalent to
FlatButton(
height: input
)
Implementation
NikuFlatButton height(double height) {
this._height = height;
return this;
}
Set height of button
Equivalent to
FlatButton(
height: input
)
NikuFlatButton height(double height) {
this._height = height;
return this;
}