beginPath method

  1. @override
void beginPath()
inherited

Implementation

@override
void beginPath() {
  _path = _GraphicsPath();
}