toggle property
void Function()
toggle
getter/setter pair
Toggle the menu that this controller controls. If it is open, it closes, if closed, then it opens.
Implementation
late void Function() toggle;