borderColor property

Color? borderColor
final

The optional Color of the BorderSide of the ChoiceChips Defaults to Theme.of(context).chipTheme.shape?.side.color ?? Theme.of(context).colorScheme.outline

Implementation

final Color? borderColor;