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