withDimmedOpacity method

BarInteractionStyle withDimmedOpacity(
  1. double value
)

Replaces BarInteractionStyle.dimmedOpacity with value.

Implementation

BarInteractionStyle withDimmedOpacity(double value) =>
    copyWith(dimmedOpacity: value);