of static method

Implementation

static C2paViewerThemeData of(final BuildContext context) {
  final theme = context.dependOnInheritedWidgetOfExactType<C2paViewerTheme>();
  return theme?.data ?? C2paViewerThemeData.defaults;
}