defaultLight constant
SpeedometerTheme
const defaultLight
Widget color scheme for default light mode.
Implementation
static const defaultLight = SpeedometerTheme(
surfaceColor: DgisColorScheme.surfaceLight,
size: 64,
iconSize: 28,
textStyle: TextStyle(
height: 1.14,
color: DgisColorScheme.surfaceDark,
fontWeight: FontWeight.w600,
fontSize: 28,
),
shadows: WidgetShadows.naviWidgetBoxShadowsLight,
);