clear method

void clear()

Clear the selected region

Implementation

void clear() => region = Region.fromLTRB(0, 0, 0, 0);