diff --git a/packages/flutter/lib/src/material/icon_button.dart b/packages/flutter/lib/src/material/icon_button.dart index 087c28429cb..fd187a7391e 100644 --- a/packages/flutter/lib/src/material/icon_button.dart +++ b/packages/flutter/lib/src/material/icon_button.dart @@ -26,6 +26,7 @@ class IconButton extends StatelessComponent { // 8.0 pixel padding as well as the icon. return new GestureDetector( onTap: onPressed, + behavior: HitTestBehavior.opaque, child: new Padding( padding: const EdgeDims.all(8.0), child: new Icon(