public boolean locationIndicatesIndexFollowingWidget(Area widgetArea, Location location) {
   return widgetArea.inBottomRight(location);
 }