paddingOnlyRight property

EdgeInsetsGeometry paddingOnlyRight

Implementation

EdgeInsetsGeometry get paddingOnlyRight =>
    EdgeInsets.only(right: this.toDouble());