withBorderWidth method

LabelStyle withBorderWidth(
  1. double value
)

Replaces LabelStyle.borderWidth with value.

Implementation

LabelStyle withBorderWidth(double value) => copyWith(borderWidth: value);