shadows property
final
A list of Shadow
s that will be painted underneath the icon.
Multiple shadows are supported to replicate lighting from multiple light sources.
Shadows must be in the same order for Icon to be considered as equivalent as order produces differing transparency.
Defaults to the nearest IconTheme's IconThemeData.shadows.
Implementation
final List<Shadow>? shadows;