commands property

List<DrawCommand> commands
final

The painting order list of drawing commands.

If the command type is DrawCommandType.path, this command specifies drawing with paths. If it is DrawCommandType.vertices, this command specifies drawing with vertices.

If drawing using vertices, the Paint.stroke property is ignored.

Implementation

final List<DrawCommand> commands;