setTextWidth method

Future<void> setTextWidth(
  1. int width
)

Implementation

Future<void> setTextWidth(int width) {
  throw UnimplementedError('setTextWidth() has not been implemented.');
}