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