open method
void
open()
Opens the menu, morphing from the trigger's current position. Safe to call while a close is still animating — the spring reverses toward open.
Implementation
void open() => _state?._openMenu();
Opens the menu, morphing from the trigger's current position. Safe to call while a close is still animating — the spring reverses toward open.
void open() => _state?._openMenu();