setBackgroundImage method

dynamic setBackgroundImage(
  1. String image
)

Set an image for the editor's background

Implementation

setBackgroundImage(String image) async {
  await executeJavascript("setBackgroundImage('$image');");
}