withColor method

PointStyle withColor(
  1. Color value
)

Replaces PointStyle.color with value.

Implementation

PointStyle withColor(Color value) => copyWith(color: value);