AirshipEmbeddedView constructor
- required String embeddedId,
- double? parentWidth,
- double? parentHeight,
- AirshipEmbeddedViewSelection? selection,
Implementation
AirshipEmbeddedView({
required this.embeddedId,
this.parentWidth,
this.parentHeight,
this.selection,
});