getTexture method

Rect getTexture(
  1. String key
)

Implementation

Rect getTexture(String key) {
  return textures[key]!;
}