defaultThemeParams top-level constant

Map<String, dynamic> const defaultThemeParams

Implementation

const Map<String, dynamic> defaultThemeParams = {
  'accentColor': accentColor,
  'accentForegroundColor': accentForegroundColor,
  'borderRadius': borderRadius,
  'fieldVerticalSpacing': fieldVerticalSpacing,
  'fontFamily': gsFontFamily,
  'textTheme': null, // TextTheme? — app-provided full text theme
  'textColor': textColor,
  'secondaryTextColor': secondaryTextColor,
  'separatorColor': separatorColor,
  'neutralSurfaceColor': neutralSurfaceColor,
  'primarySwatch': primarySwatch,
  'scaffoldBackgroundColor': scaffoldBackgroundColor,
  'appBarBackgroundColor': appBarBackgroundColor,
  'appBarForegroundColor': appBarForegroundColor,
  'drawerBackgroundColor': drawerBackgroundColor,
  'drawerForegroundColor': drawerForegroundColor,
  'drawerBarBackgroundColor': drawerBarBackgroundColor,
  'drawerBarForegroundColor': drawerBarForegroundColor,
  'errorBackgroundColor': errorBackgroundColor,
  'errorForegroundColor': errorForegroundColor,
  'infoBackgroundColor': infoBackgroundColor,
  'infoForegroundColor': infoForegroundColor,
  'warningBackgroundColor': warningBackgroundColor,
  'warningForegroundColor': warningForegroundColor,
  'successBackgroundColor': successBackgroundColor,
  'successForegroundColor': successForegroundColor,
  'closeButtonPlacement': closeButtonPlacement,
  'shadColorSchemeName': shadColorSchemeName,
  'drawerHeaderLogoPath': drawerHeaderLogoPath,
  'drawerHeaderLogoHeight': drawerHeaderLogoHeight,
  'drawerHeaderLogoWidth': drawerHeaderLogoWidth,
  'drawerHeaderText': drawerHeaderText,
  'drawerHeaderTextFontSize': drawerHeaderTextFontSize,
  'drawerHeaderTextFontWeight': drawerHeaderTextFontWeight,
  'appBarLogoPath': appBarLogoPath,
  'appBarLogoHeight': appBarLogoHeight,
  'appBarLogoWidth': appBarLogoWidth,
  'appBarTitleText': appBarTitleText,
  'appBarTitleTextFontSize': appBarTitleTextFontSize,
  'appBarTitleTextFontWeight': appBarTitleTextFontWeight,
};