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