pathRecord property

List<Widget> pathRecord
final

Canvas layer for each draw action action.

  • e.g. First draw some path with white color, than change the color and draw some path again.
  • After this pathRecord will save 2 layes in it.

Implementation

final List<Widget> pathRecord = [];