surface property
Get DynamicColor for surface.
Implementation
static DynamicColor surface = DynamicColor.fromPalette(
name: 'surface',
palette: (DynamicScheme s) => s.neutralPalette,
tone: (DynamicScheme s) => s.isDark ? 6 : 98,
isBackground: true,
);