setTextSize method

Future<Void?> setTextSize(
  1. double textSize
)

Implementation

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