paddingOnlyBottomRight property

EdgeInsetsGeometry paddingOnlyBottomRight

Implementation

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