static fromLTRB(num left, num top, num right, num bottom) { return EdgeInsets.fromLTRB(left.hsp, top.vsp, right.hsp, bottom.vsp); }