setLineHeight method

Future<Void?> setLineHeight(
  1. double lineHeight
)

Implementation

Future<Void?> setLineHeight(double lineHeight) {
  throw UnimplementedError('setLineHeight() has not been implemented.');
}