PressableRippleTheme constructor

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

Implementation

const factory PressableRippleTheme(
    {final Color? splashColor,
    final Color? highlightColor,
    final BorderRadius? borderRadius}) = _$PressableRippleTheme;