shadows property

List<Shadow>? shadows
final

A list of Shadows that will be painted underneath the text.

Multiple shadows are supported to replicate lighting from multiple light sources.

Shadows must be in the same order for TextStyle to be considered as equivalent as order produces differing transparency.

Implementation

final List<Shadow>? shadows;