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