themeData top-level property

ThemeData themeData
final

Implementation

final ThemeData themeData = ThemeData(
  textTheme: GoogleFonts.outfitTextTheme().apply(),
  brightness: Brightness.light,
  primaryColor: AppColor.kPrimaryColor.value,


);