PdfPaddings class

The class used represents the cell padding of the PDF grid

Constructors

PdfPaddings({double? left, double? right, double? top, double? bottom})
Initializes a new instance of the PdfPaddings class.

Properties

all double
Sets space value to all sides of a cell Left,Right,Top,Bottom.
no getter
bottom double
Gets the bottom space of padding.
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
left double
Gets the left space of padding.
getter/setter pair
Gets the right space of padding.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
top double
Gets the top space of padding.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override