addInkWell method
Implementation
Widget addInkWell({required VoidCallback onTap}) {
return InkWell(
onTap: onTap,
child: this,
);
}
Widget addInkWell({required VoidCallback onTap}) {
return InkWell(
onTap: onTap,
child: this,
);
}