CloseCommand constructor
const
CloseCommand()
Creates a new straight line from the current point to the current contour start point.
Implementation
const CloseCommand() : super._(PathCommandType.close);
Creates a new straight line from the current point to the current contour start point.
const CloseCommand() : super._(PathCommandType.close);