of method Null safety
- BuildContext context
Implementation
static NativeBaseTheme of(BuildContext context) {
final NativeBaseProvider inheritedTheme =
context.findAncestorWidgetOfExactType<NativeBaseProvider>()!;
return inheritedTheme.theme;
}