menu
_private_core package
documentation
widgets/widget_clickable.dart
WidgetClickable
WidgetClickable.new const constructor
WidgetClickable.new const constructor
dark_mode
light_mode
WidgetClickable
constructor
const
WidgetClickable
(
{
Key
?
key
,
required
Widget
child
,
dynamic
onTap
()?,
})
Implementation
const WidgetClickable({ Key? key, required this.child, this.onTap, }) : super(key: key);
_private_core package
documentation
widgets/widget_clickable
WidgetClickable
WidgetClickable.new const constructor
WidgetClickable class