factory PrintCommand.setPrintArea(double width, double height) { return PrintCommand( text: '', x: width, y: height, ); }