toPdfWidget method
Converts the Column to a pw.Column
.
Implementation
pw.Column toPdfWidget(List<pw.Widget> children) => pw.Column(
mainAxisAlignment: mainAxisAlignment.toPdfMainAxisAlignment(),
mainAxisSize: mainAxisSize.toPdfMainAxisSize(),
crossAxisAlignment: crossAxisAlignment.toPdfCrossAxisAlignment(),
verticalDirection: verticalDirection.toPdfVerticalDirection(),
children: children,
);