MaterialPressableOverlay constructor
const
MaterialPressableOverlay({})
Implementation
const MaterialPressableOverlay({
super.key,
required this.borderRadius,
required this.overlayColor,
required this.duration,
required this.isPressed,
required this.isEnabled,
required this.child,
this.visualEffects,
});