pdf/src/widgets/basic library

Classes

Align
A widget that aligns its child within itself and optionally sizes itself based on the child's size.
AspectRatio
Builder
A platonic widget that calls a closure to obtain its child widget.
Center
ConstrainedBox
A widget that imposes additional constraints on its child.
CustomPaint
Divider
FittedBox
Scales and positions its child within itself according to fit.
FullPage
LayoutBuilder
Builds a widget tree that can depend on the parent widget's size.
LimitedBox
Opacity
OverflowBox
Padding
SizedBox
A box with a specified size.
Transform
VerticalDivider

Enums

BoxFit

Typedefs

CustomPainter = dynamic Function(PdfGraphics canvas, PdfPoint size)
LayoutWidgetBuilder = Widget Function(Context context, BoxConstraints? constraints)
The signature of the LayoutBuilder builder function.
WidgetBuilder = Widget Function(Context context)