withColor method

BarBulletRange withColor(
  1. Color value
)

Replaces BarBulletRange.color with value.

Implementation

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