setTextDoubleWidth method

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

Implementation

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