paddingOnlyTopLeftRight property

EdgeInsetsGeometry paddingOnlyTopLeftRight

top and left and right

Implementation

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