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