resize method

void resize(
  1. int width,
  2. int height
)

Implementation

void resize(int width, int height) => buffer.resize(width, height);