endColors property

List<Color>? endColors
final

Optional list of colors for the panel background when animation finishes.

The color for each letter panel 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.primaryVariant

Implementation

final List<Color>? endColors;