Skip to content

Instantly share code, notes, and snippets.

@vovaklh
Created October 3, 2022 10:58
Show Gist options
  • Save vovaklh/8e6ce4a23c52485a6d0307e47abfc4bc to your computer and use it in GitHub Desktop.
Save vovaklh/8e6ce4a23c52485a6d0307e47abfc4bc to your computer and use it in GitHub Desktop.
return ThemeData(
textTheme: createTextTheme(),
brightness: Brightness.light,
scaffoldBackgroundColor: AppColors.white,
extensions: <ThemeExtension<dynamic>>[
ThemeColors.light,
ThemeTextStyles.light,
ThemeGradients.light,
],
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment