menu
sst_base package
documentation
ui/component/pressable_container.dart
PressableContainer
PressableContainer.new const constructor
PressableContainer.new const constructor
dark_mode
light_mode
PressableContainer
constructor
const
PressableContainer
(
{
Key
?
key
,
required
Widget
child
,
double
scale
=
.8
,
void
onPressed
()?,
})
Implementation
const PressableContainer({super.key, required this.child, this.scale = .8, this.onPressed});
sst_base package
documentation
ui/component/pressable_container
PressableContainer
PressableContainer.new const constructor
PressableContainer class