setWidth method

Future<void> setWidth({
  1. int w = 128,
})

Implementation

Future<void> setWidth({int w = 128}) {
  throw UnimplementedError('setWidth() has not been implemented.');
}