menu
tp_media package
documentation
widget/material_inkwell.dart
MaterialInkWell
MaterialInkWell.new const constructor
MaterialInkWell.new const constructor
dark_mode
light_mode
MaterialInkWell
constructor
const
MaterialInkWell
(
{
Key
?
key
,
required
dynamic
onTap
()?,
required
Widget
child
,
double
radius
=
0
,
})
Implementation
const MaterialInkWell({ super.key, required this.onTap, required this.child, this.radius = 0, });
tp_media package
documentation
widget/material_inkwell
MaterialInkWell
MaterialInkWell.new const constructor
MaterialInkWell class