onPrimaryFixedVariant property

DynamicColor onPrimaryFixedVariant
getter/setter pair

Implementation

static DynamicColor onPrimaryFixedVariant = DynamicColor.fromPalette(
  name: 'on_primary_fixed_variant',
  palette: (s) => s.primaryPalette,
  tone: (s) => _isMonochrome(s) ? 90.0 : 30.0,
  background: (s) => MaterialDynamicColors.primaryFixedDim,
  secondBackground: (s) => MaterialDynamicColors.primaryFixed,
  contrastCurve: ContrastCurve(3, 4.5, 7, 11),
);