VimeoEmbedData constructor
const
VimeoEmbedData({
- required String embedUrl,
Creates an instance of the embed data
Implementation
const VimeoEmbedData({required this.embedUrl})
: super(
aspectRatio: 16 / 9,
canChangeSize: false,
);