getThemeData static method

ThemeData getThemeData([
  1. BuildContext? context
])

Implementation

static ThemeData getThemeData([final BuildContext? context]) => ThemeData(
      accentColor: LegacyColorPalette.greenBlue,
      primaryColor: primaryColor,
      backgroundColor: backgroundColor,
      textTheme: _getTextThemeForDevice(context),
    );