setFontMultiple method

Future<void> setFontMultiple(
  1. int wide,
  2. int high
)

Implementation

Future<void> setFontMultiple(int wide, int high) {
  throw UnimplementedError('setFontMultiple() has not been implemented.');
}