of static method

TakeScreenShot? of(
  1. BuildContext context
)

Implementation

static TakeScreenShot? of(BuildContext context) => context.dependOnInheritedWidgetOfExactType<TakeScreenShot>();