onDrawImage abstract method

void onDrawImage(
  1. int imageId,
  2. double x,
  3. double y,
  4. double width,
  5. double height,
  6. Float64List? transform,
)

An image should be drawn at the provided location.

Implementation

void onDrawImage(
  int imageId,
  double x,
  double y,
  double width,
  double height,
  Float64List? transform,
);