lightThemeData property
ThemeData
get
lightThemeData
Implementation
static ThemeData get lightThemeData => ThemeData(
brightness: Brightness.light,
scaffoldBackgroundColor: AppColor.backgroundColor,
dialogBackgroundColor: AppColor.whiteColor,
primaryColor: AppColor.mainColor,
appBarTheme: const AppBarTheme(elevation: 0),
textTheme: const TextTheme(
bodyText1: StandardTextStyle.normal,
),
);