close method
void
close()
Closes the current sub-path by connecting the last point to the first.
Implementation
void close() {
_path.close();
}
Closes the current sub-path by connecting the last point to the first.
void close() {
_path.close();
}