pdf/src/widgets/geometry library

Classes

Alignment
AlignmentDirectional
An offset that's expressed as a fraction of a Size, but whose horizontal component is dependent on the writing direction.
AlignmentGeometry
Base class for Alignment that allows for text-direction aware resolution.
BoxConstraints
EdgeInsets
EdgeInsetsDirectional
An immutable set of offsets in each of the four cardinal directions, but whose horizontal components are dependent on the writing direction.
EdgeInsetsGeometry
FittedSizes
The pair of sizes returned by applyBoxFit.
FractionalOffset
An offset that's expressed as a fraction of a PdfPoint.

Functions

applyBoxFit(BoxFit fit, PdfPoint inputSize, PdfPoint outputSize) FittedSizes
transformPoint(Matrix4 transform, PdfPoint point) PdfPoint
transformRect(Matrix4 transform, PdfRect rect) PdfRect