Apply margin to top
Equivalent to
Container( margin: EdgeInsets.only(top: input) )
NikuCore mt(double margin) { _mt = margin; return this; }