toSunmiColumnMaker method
ColumnMaker
toSunmiColumnMaker()
Implementation
sunmi_column.ColumnMaker toSunmiColumnMaker() {
try {
return sunmi_column.ColumnMaker(text: text, width: width, align: align as sunmi_enums.SunmiPrintAlign);
} catch (e) {
throw Exception('Error creating column maker: $e');
}
}