getOrCreateSymbol abstract method

Future<ResourceBitmap?> getOrCreateSymbol(
  1. String src,
  2. int width,
  3. int height
)

loads and returns the desired symbol, optionally rescales it to the given width and height

Implementation

Future<ResourceBitmap?> getOrCreateSymbol(String src, int width, int height);