SoundCloudEmbedData constructor

const SoundCloudEmbedData({
  1. required String embedUrl,
  2. double height = defaultHeight,
})

Creates an instance of the embed data

Implementation

const SoundCloudEmbedData({
  required this.embedUrl,
  this.height = defaultHeight,
}) : super(canChangeSize: true);