withBorderColor method

BarLabelStyle withBorderColor(
  1. Color value
)

Replaces BarLabelStyle.borderColor with value.

Implementation

BarLabelStyle withBorderColor(Color value) => copyWith(borderColor: value);