colorsOfBubbles property

List<Color> colorsOfBubbles
final

Add Color to the Bubble

For example colorOfBubbles = Colors.white.withAlpha(30).
withAlpha(30) will give a lighter shade to the bubbles.

Implementation

final List<Color> colorsOfBubbles;