maximumAll method
Implementation
EdgeInsets maximumAll(double value) => copyWith(
left: left.maximum(left),
top: top.maximum(top),
right: right.maximum(right),
bottom: bottom.maximum(bottom),
);
EdgeInsets maximumAll(double value) => copyWith(
left: left.maximum(left),
top: top.maximum(top),
right: right.maximum(right),
bottom: bottom.maximum(bottom),
);