PressableOpacityTheme constructor

const PressableOpacityTheme({
  1. Duration duration,
  2. double opacityFactor,
  3. Curve curve,
  4. Curve reverseCurve,
})

Implementation

const factory PressableOpacityTheme(
    {final Duration duration,
    final double opacityFactor,
    final Curve curve,
    final Curve reverseCurve}) = _$PressableOpacityTheme;