of static method
Implementation
static SideMenuState? of(BuildContext context) {
return context.findAncestorStateOfType<SideMenuState>();
}
static SideMenuState? of(BuildContext context) {
return context.findAncestorStateOfType<SideMenuState>();
}