setBackgroundImage method

  1. @JS('setBackgroundImage')
JSPromise<JSAny?> setBackgroundImage(
  1. String path,
  2. bool fillHeight
)

Implementation

@JS('setBackgroundImage')
external JSPromise setBackgroundImage(String path, bool fillHeight);