PdfMargins class

Constructors

PdfMargins.cm({num? top, num? bottom, num? left, num? right})
factory
PdfMargins.inches({num? top, num? bottom, num? left, num? right})
PdfMargins.mm({num? top, num? bottom, num? left, num? right})
factory
PdfMargins.px({int? top, int? bottom, int? left, int? right})
factory

Properties

bottom num
final
hashCode int
The hash code for this object.
no setterinherited
left num
final
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
top num
final

Methods

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

Operators

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

Static Properties

zero PdfMargins
final