setTextSize method

Future<void> setTextSize(
  1. int size
)

Implementation

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