shadow property
Get DynamicColor for shadow.
Implementation
static DynamicColor shadow = DynamicColor.fromPalette(
name: 'shadow',
palette: (DynamicScheme s) => s.neutralPalette,
tone: (DynamicScheme s) => 0,
);
Get DynamicColor for shadow.
static DynamicColor shadow = DynamicColor.fromPalette(
name: 'shadow',
palette: (DynamicScheme s) => s.neutralPalette,
tone: (DynamicScheme s) => 0,
);