of static method
Implementation
static NomoOutlineContainerThemeDataNullable of(BuildContext context) {
final result = context.dependOnInheritedWidgetOfExactType<
NomoOutlineContainerThemeOverride>();
assert(result != null, 'No ThemeInfo found in context');
return result!.data;
}