of<T extends StateMVC<StatefulWidget> > static method
- @Deprecated('ill-conceived capability')
- BuildContext context
Allow access to the static 'of' function
Implementation
@Deprecated('ill-conceived capability')
static T? of<T extends StateMVC>(BuildContext context) =>
mvc.StateMVC.of<T>(context);