handleController method

void handleController()

Implementation

void handleController() {
  widget.controller?.showLabel = showLabels;
  widget.controller?.hideLabel = hideLabels;
  widget.controller?.showMenuIcon = showMenuIcon;
  widget.controller?.hideMenuIcon = hideMenuIcon;
}