paddingOnlyTopLeftBottomRight property

EdgeInsetsGeometry paddingOnlyTopLeftBottomRight

Implementation

EdgeInsetsGeometry get paddingOnlyTopLeftBottomRight => EdgeInsets.only(
    top: this.toDouble(),
    left: this.toDouble(),
    bottom: this.toDouble(),
    right: this.toDouble());