Apply margin to right side
Equivalent to
Container( margin: EdgeInsets.only(right: input) )
NikuCore mr(double margin) { _mr = margin; return this; }