setTextBitmapLetterSpacing method

Future<void> setTextBitmapLetterSpacing(
  1. double space
)

Implementation

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