networkImages property
Optional list of network image URLs to choose from as overlays
Example:
networkImages: [
'https://example.com/clipart1.png',
'https://example.com/clipart2.png',
'https://example.com/sticker1.png',
],
Implementation
final List<String>? networkImages;