PressableContainer constructor
const
PressableContainer({})
Implementation
const PressableContainer({
super.key,
required this.child,
this.scale = .8,
this.onPressed,
this.duration = const Duration(milliseconds: 100),
});