strokes property

  1. @JsonKey(defaultValue: [])
List<Paint> strokes
final

An array of stroke paints applied to the node.

Implementation

@JsonKey(defaultValue: [])
final List<Paint> strokes;