withBorderColor method

LabelStyle withBorderColor(
  1. Color value
)

Replaces LabelStyle.borderColor with value.

Implementation

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