getTextureByName method

Texture? getTextureByName(
  1. String name
)

Implementation

Texture? getTextureByName(String name) {
  return textures[name];
}