onlyTopBottom property

EdgeInsets get onlyTopBottom

Implementation

EdgeInsets get onlyTopBottom => EdgeInsets.only(
      top: top,
      bottom: bottom,
    );