paddingOnlyTopRightBottom property

EdgeInsetsGeometry paddingOnlyTopRightBottom

top and right and bottom

Implementation

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