onTertiaryFixed property

DynamicColor onTertiaryFixed
getter/setter pair

Implementation

static DynamicColor onTertiaryFixed = DynamicColor.fromPalette(
  name: 'on_tertiary_fixed',
  palette: (s) => s.tertiaryPalette,
  tone: (s) => _isMonochrome(s) ? 100.0 : 10.0,
  background: (s) => MaterialDynamicColors.tertiaryFixedDim,
  secondBackground: (s) => MaterialDynamicColors.tertiaryFixed,
  contrastCurve: ContrastCurve(4.5, 7, 11, 21),
);