setTextBitmapLineSpacing method

Future<void> setTextBitmapLineSpacing(
  1. double lineHeight
)

Implementation

Future<void> setTextBitmapLineSpacing(double lineHeight) {
  throw UnimplementedError(
      'setTextBitmapLineSpacing() has not been implemented.');
}