shadows property

List<Shadow>? shadows
final

A List of Shadow properties to apply to the icon.

Note that Flutter stacks shadows in reverse order. Meaning the bottom-most shadow will display over the other shadows in the list.

Implementation

final List<Shadow>? shadows;