clear method

void clear()

clear the canvas

Implementation

void clear() {
  value = <Point>[];
}