menu
my_pos package
documentation
models/my_pos_paper.dart
MyPosPaper
addSpace method
addSpace method
dark_mode
light_mode
addSpace
method
void
addSpace
(
int
lines
)
Implementation
void addSpace(int lines) { for (int i = 0; i < lines; i++) { commands.add({'type': 'space'}); } }
my_pos package
documentation
models/my_pos_paper
MyPosPaper
addSpace method
MyPosPaper class