fills property

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

An array of fill paints applied to the node.

Implementation

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