setBackgroundImage method

dynamic setBackgroundImage(
  1. Uint8List image
)

Implementation

setBackgroundImage(Uint8List image) {
  if (_setBackgroundImage != null) _setBackgroundImage!(image);
}