onTapWithoutRipple method
Implementation
Widget onTapWithoutRipple(VoidCallback onTap) => GestureDetector(
behavior: HitTestBehavior.opaque,
onTap: onTap,
child: this,
);
Widget onTapWithoutRipple(VoidCallback onTap) => GestureDetector(
behavior: HitTestBehavior.opaque,
onTap: onTap,
child: this,
);