source property

AnimatedEmojiSource? source
final

The source from where the emoji is loaded.

On Web due to CORS you cannot fetch the emoji from network.

This defaults to AnimatedEmojiSource.network, except for web where it defaults to AnimatedEmojiSource.asset.

Implementation

final AnimatedEmojiSource? source;