toPdfFlexFit method
FlexFit
toPdfFlexFit()
Implementation
pw.FlexFit toPdfFlexFit() {
switch (this) {
case FlexFit.loose:
return pw.FlexFit.loose;
case FlexFit.tight:
return pw.FlexFit.tight;
}
}