of static method

SingleCanvas? of(
  1. BuildContext context
)

Implementation

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