paddingOnlyTopLeftBottom property

EdgeInsetsGeometry paddingOnlyTopLeftBottom

top and left and bottom

Implementation

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