hoverSection method

void hoverSection(
  1. bool newValue
)

It handles the hover on section

Implementation

void hoverSection(bool newValue) {
  this.isHoveredSection = newValue;
  notifyListeners();
}