shadows property

List<Shadow>? shadows
final

👥 This IconToo may have shadows rendered underneath like TextStyle.

Accepts List<Shadow>. See Shadow for more information.

Implementation

final List<Shadow>? shadows;