PressableTheme.ripple constructor

const PressableTheme.ripple({
  1. Color? splashColor,
  2. Color? highlightColor,
  3. BorderRadius? borderRadius,
})

Customize PressableRipple animations.

Implementation

const factory PressableTheme.ripple({
  Color? splashColor,
  Color? highlightColor,
  BorderRadius? borderRadius,
}) = PressableRippleTheme;