onSecondaryFixed property

DynamicColor onSecondaryFixed
getter/setter pair

Implementation

static DynamicColor onSecondaryFixed = DynamicColor.fromPalette(
  name: 'on_secondary_fixed',
  palette: (s) => s.secondaryPalette,
  tone: (s) => 10.0,
  background: (s) => MaterialDynamicColors.secondaryFixedDim,
  secondBackground: (s) => MaterialDynamicColors.secondaryFixed,
  contrastCurve: ContrastCurve(4.5, 7, 11, 21),
);