RenderConfigMessage constructor
RenderConfigMessage({})
Implementation
RenderConfigMessage({
this.width,
this.height,
required this.marginLeft,
required this.marginTop,
required this.marginRight,
required this.marginBottom,
required this.devicePixelRatio,
required this.assetLoadTimeoutMs,
required this.continuousMode,
this.baseUrl,
this.postLoadScript,
});