asEdgeInsets method

EdgeInsets asEdgeInsets()

Implementation

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