AirshipEmbeddedView constructor

AirshipEmbeddedView({
  1. required String embeddedId,
  2. double? parentWidth,
  3. double? parentHeight,
  4. AirshipEmbeddedViewSelection? selection,
})

Implementation

AirshipEmbeddedView({
  required this.embeddedId,
  this.parentWidth,
  this.parentHeight,
  this.selection,
});