EditorSettings constructor
EditorSettings({})
Creates new EditorSettings from the given properties.
The license is used to unlock the editor. Pass null to run the SDK in evaluation mode with a watermark.
The baseUri specifies where engine assets (emoji, fallback fonts)
and editor asset sources are loaded from. Defaults to the IMG.LY CDN.
The userId is the ID of the user that is associated with this
instance.
Implementation
EditorSettings(
{this.license,
this.baseUri =
"https://cdn.img.ly/packages/imgly/cesdk-flutter/1.69.0/assets",
this.userId});