paddingOnlyLeftBottomRight property

EdgeInsetsGeometry paddingOnlyLeftBottomRight

left and bottom and right

Implementation

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