You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@divyanshub024 Can you suggest the JSON structure for opening and closing a drawer? Need actions for openDrawer, openEndDrawer, closeDrawer and closeEndDrawer.
Can you suggest some approach? As of now I've done by adding a global key of type scaffold state in the mirai scaffold final miraiScaffoldKey = GlobalKey<ScaffoldState>(); and assigned it to scaffold widget.
In MiraiDrawerActionParser'sonCall method, I'll use this global key for opening / closing a drawer.
Description
Add support for the Drawer widget
The text was updated successfully, but these errors were encountered: