fullSize method

void fullSize()

Implementation

void fullSize() {
  width = '100%';
  height = '100%';
}