printBlock method
Print a block with text
Implementation
Future<bool> printBlock(
String text, {
double? x,
double? y,
double? width,
double? height,
int? lineWidth,
int? lineStyle,
}) {
throw UnimplementedError('printBlock() has not been implemented.');
}