of static method
Implementation
static ItemMetaData? of(BuildContext context) {
final widget =
context.dependOnInheritedWidgetOfExactType<_ItemDataWidget>()?.item;
return widget?.data;
}
static ItemMetaData? of(BuildContext context) {
final widget =
context.dependOnInheritedWidgetOfExactType<_ItemDataWidget>()?.item;
return widget?.data;
}