widgetBackground property

DynamicColor get widgetBackground

Implementation

DynamicColor get widgetBackground => DynamicColor(
  name: "widget_background",
  palette: (scheme) => scheme.secondaryPalette,
  tone: (scheme) => scheme.isDark ? 20.0 : 95.0,
  isBackground: true,
);