buildSandboxedTheme function
Implementation
SandboxedTheme buildSandboxedTheme(BuildContext context, WidgetRef ref) {
return SandboxedTheme(
brandColor: ref.watch(brandColorProvider),
codeStyle: GoogleFonts.jetBrainsMono(),
);
}
SandboxedTheme buildSandboxedTheme(BuildContext context, WidgetRef ref) {
return SandboxedTheme(
brandColor: ref.watch(brandColorProvider),
codeStyle: GoogleFonts.jetBrainsMono(),
);
}