withSelectionColor method

BarInteractionStyle withSelectionColor(
  1. Color value
)

Replaces BarInteractionStyle.selectionColor with value.

Implementation

BarInteractionStyle withSelectionColor(Color value) =>
    copyWith(selectionColor: value);