ShadowConfig constructor
const
ShadowConfig({
- required bool enabled,
- required List<
ShadowLayer> layers,
Creates a new ShadowConfig instance.
Implementation
const ShadowConfig({
required this.enabled,
required this.layers,
});