inkWell method
Implementation
Widget inkWell(
GestureTapCallback onTap, {
Key? key,
}) {
return InkWell(
onTap: onTap,
child: this,
key: key,
);
}
Widget inkWell(
GestureTapCallback onTap, {
Key? key,
}) {
return InkWell(
onTap: onTap,
child: this,
key: key,
);
}