pb method
Apply padding to bottom
Equivalent to
TextButton(
padding: EdgeInsets.only(bottom: input)
)
Implementation
NikuButton pb(double padding) {
this._pb = padding;
return this;
}
Apply padding to bottom
Equivalent to
TextButton(
padding: EdgeInsets.only(bottom: input)
)
NikuButton pb(double padding) {
this._pb = padding;
return this;
}