outline property
Implementation
@override
DynamicColor get outline => DynamicColor(
name: "outline",
palette: (scheme) => scheme.neutralVariantPalette,
tone: (scheme) => scheme.isDark ? 60.0 : 50.0,
background: highestSurface,
contrastCurve: (_) => const ContrastCurve(1.5, 3.0, 4.5, 7.0),
);