ColumnMaker class Null safety
ColumnMaker
With this class you can build a column with some text and alignment
This is a good approach if you want to do a recepit like
With text , width and align you can build a row as you like with any combination of alignment and size
Name Qtd Value
XXX 2 2.33
Constructors
- ColumnMaker({String text = '', int width = 2, SunmiPrintAlign align = SunmiPrintAlign.LEFT})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, String> -
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited