setTextLineSpacing method

Future<void> setTextLineSpacing(
  1. double space
)

Implementation

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