scrim property

DynamicColor scrim
final

Implementation

static final DynamicColor scrim = DynamicColor.fromPalette(
  name: 'scrim',
  palette: (s) => s.neutralPalette,
  tone: (s) => 0,
);