of static method

SizeInherited? of(
  1. BuildContext context
)

Implementation

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