rootLR static method

EdgeInsets rootLR({
  1. num? size,
})

Implementation

static EdgeInsets rootLR({num? size}) {
  var _size = size ?? FConfig.ins.rootLR;
  return leftAndRight(size: _size);
}