diff --git a/lib/src/widgets/sidebarx_cell.dart b/lib/src/widgets/sidebarx_cell.dart index 63128c3..9529b23 100644 --- a/lib/src/widgets/sidebarx_cell.dart +++ b/lib/src/widgets/sidebarx_cell.dart @@ -58,6 +58,7 @@ class _SidebarXCellState extends State { cursor: SystemMouseCursors.click, child: GestureDetector( onTap: widget.onTap, + behavior: HitTestBehavior.opaque, child: Container( decoration: decoration?.copyWith( color: _hovered && !widget.selected ? theme.hoverColor : null,