defaultDark constant

SpeedLimitTheme const defaultDark

Widget color scheme for default dark mode.

Implementation

static const defaultDark = SpeedLimitTheme(
  surfaceColor: DgisColorScheme.surfaceDark,
  exceededSurfaceColor: DgisColorScheme.speedometerRed,
  borderWidth: 4,
  size: 48,
  exceededTextStyle: TextStyle(
    height: 1.16,
    color: DgisColorScheme.surfaceLight,
    fontWeight: FontWeight.w600,
    fontSize: 24,
  ),
  textStyle: TextStyle(
    height: 1.16,
    color: DgisColorScheme.surfaceLight,
    fontWeight: FontWeight.w600,
    fontSize: 24,
  ),
  exceededShadows: [],
);