startColors property

List<Color>? startColors
final

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

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.primary

Implementation

final List<Color>? startColors;