of static method

Get closest DefaultPressableTheme above in the Widget tree.

Implementation

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