Apply margin to left side
Equivalent to
Container( margin: EdgeInsets.only(left: input) )
NikuCore ml(double margin) { _ml = margin; return this; }