letterColors property

List<Color>? letterColors
final

Optional list of colors for letters.

The color for each letter will be retrieved in order from this list. Colors wil be cycled if this color list is smaller then the length of the frase.

The default is colorScheme.onPrimary

Implementation

final List<Color>? letterColors;