hashCode property

  1. @override
int hashCode
override

Override for hashcode, dart.ui Jenkins based.

Implementation

@override
int get hashCode => Object.hashAll(<Object?>[
      colorScheme,
      brightness,
      primary,
      primaryContainer,
      secondary,
      secondaryContainer,
      tertiary,
      tertiaryContainer,
      error,
      surface,
      background,
      scaffoldBackground,
      dialogBackground,
      appBarBackground,
      onPrimary,
      onPrimaryContainer,
      onSecondary,
      onSecondaryContainer,
      onTertiary,
      onTertiaryContainer,
      onSurface,
      onBackground,
      onError,
      surfaceTint,
      tabBarStyle,
      appBarElevation,
      bottomAppBarElevation,
      tooltipsMatchBackground,
      transparentStatusBar,
      visualDensity,
      textTheme,
      primaryTextTheme,
      fontFamily,
      fontFamilyFallback,
      package,
      materialTapTargetSize,
      pageTransitionsTheme,
      platform,
      typography,
      applyElevationOverlayColor,
      subThemesData,
      useMaterial3,
      extensions,
    ]);