setTextDoubleHeight method

Future<Void?> setTextDoubleHeight(
  1. bool enable
)

Implementation

Future<Void?> setTextDoubleHeight(bool enable) {
  throw UnimplementedError('setTextDoubleWidth() has not been implemented.');
}