将左间隔设置为n个点。
Future<void> left({required int dots}) => RustLib.instance.api .crateApiPrinterLddPrinterLeft(that: this, dots: dots);