inverseOnSurface property

DynamicColor inverseOnSurface
getter/setter pair

Implementation

static DynamicColor inverseOnSurface = DynamicColor.fromPalette(
  name: 'inverse_on_surface',
  palette: (s) => s.neutralPalette,
  tone: (s) => s.isDark ? 20 : 95,
  background: (s) => MaterialDynamicColors.inverseSurface,
  contrastCurve: ContrastCurve(4.5, 7, 11, 21),
);