close method
void
close()
Closes the menu with the rubber-band morph. Deterministic for any timing: unlike a trigger tap, it never re-opens a still-expanding menu.
Implementation
void close() => _state?._closeMenu();
Closes the menu with the rubber-band morph. Deterministic for any timing: unlike a trigger tap, it never re-opens a still-expanding menu.
void close() => _state?._closeMenu();