defaultLight constant
DashboardWidgetTheme
const defaultLight
Widget color scheme for default light mode.
Implementation
static const defaultLight = DashboardWidgetTheme(
expandedShadowColor: DgisColorScheme.blackFiftyPercent,
borderRadius: 16,
surfaceColor: DgisColorScheme.surfaceLight,
shadows: WidgetShadows.naviWidgetBoxShadowsLight,
valueTextStyle: TextStyle(
color: DgisColorScheme.primaryTextColorOnLight,
fontWeight: FontWeight.w500,
fontSize: 22,
height: 1.27,
),
unitTextStyle: TextStyle(
color: DgisColorScheme.secondaryTextColorOnLight,
fontWeight: FontWeight.w400,
fontSize: 13,
height: 1.23,
),
buttonSurfaceColor: DgisColorScheme.veryDarkGrey,
buttonNegativeSurfaceColor: DgisColorScheme.negativeRed,
buttonPositiveSurfaceColor: DgisColorScheme.positiveGreen,
buttonBorderRadius: 8,
buttonSize: 36,
iconColor: DgisColorScheme.darkGrey,
iconSize: 24,
soundIconColor: DgisColorScheme.surfaceLight,
menuButtonTextStyle: TextStyle(
color: DgisColorScheme.primaryTextColorOnLight,
fontWeight: FontWeight.w500,
fontSize: 16,
height: 1.25,
),
menuButtonSubTextStyle: TextStyle(
color: DgisColorScheme.secondaryTextColorOnLight,
fontWeight: FontWeight.w500,
fontSize: 14,
height: 1.3,
),
finishButtonTextStyle: TextStyle(
color: DgisColorScheme.textColorOnRed,
fontWeight: FontWeight.w600,
fontSize: 16,
height: 1.25,
),
);