FacebookVideoEmbedData constructor
const
FacebookVideoEmbedData({
- required String videoUrl,
Implementation
const FacebookVideoEmbedData({required this.videoUrl})
: super(aspectRatio: 16 / 9);