withSelectionColor method
- Color value
Replaces BarInteractionStyle.selectionColor with value.
Implementation
BarInteractionStyle withSelectionColor(Color value) =>
copyWith(selectionColor: value);
Replaces BarInteractionStyle.selectionColor with value.
BarInteractionStyle withSelectionColor(Color value) =>
copyWith(selectionColor: value);