if isHovered --> true then widget is hovered By this hover value we can show highlight for that widget
isHovered
final Widget Function(bool isHovered) child;