StyleRule.color constructor

const StyleRule.color(
  1. Color color
)

sets the color of the feature.

Implementation

const factory StyleRule.color(Color color) = _StyleColorRule;