msInsets static method

dynamic msInsets(
  1. double left,
  2. double top,
  3. double right,
  4. double bottom,
)

Implementation

static msInsets(double left, double top, double right, double bottom) {
  return EdgeInsets.fromLTRB(
      mhSp(left), mvSp(top), mhSp(right), mvSp(bottom));
}