of<T extends DataState<StatefulWidget> > static method
Implementation
static T? of<T extends DataState>(BuildContext context) {
return context.findAncestorStateOfType<T>();
}
static T? of<T extends DataState>(BuildContext context) {
return context.findAncestorStateOfType<T>();
}