value property

EdgeInsets value

Implementation

EdgeInsets get value => EdgeInsets.only(
      top: top ?? 0,
      left: left ?? 0,
      bottom: bottom ?? 0,
      right: right ?? 0,
    );