mb method
Apply margin to bottom
Equivalent to
Container(
margin: EdgeInsets.only(bottom: input)
)
Implementation
NikuOutlineButton mb(double margin) {
this._mb = margin;
return this;
}
Apply margin to bottom
Equivalent to
Container(
margin: EdgeInsets.only(bottom: input)
)
NikuOutlineButton mb(double margin) {
this._mb = margin;
return this;
}