strokes property

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

An array of stroke paints applied to the node.

Implementation

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