asEdgeInsets method
Implementation
EdgeInsets asEdgeInsets() => EdgeInsets.only(
left: left,
right: right,
top: top,
bottom: bottom,
);
EdgeInsets asEdgeInsets() => EdgeInsets.only(
left: left,
right: right,
top: top,
bottom: bottom,
);