resizeContent method

Future<void> resizeContent(
  1. int width,
  2. int height
)
inherited

Resizes the overlay content panel to width x height logical pixels.

Implementation

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