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