buildFileNameTexture static method

String buildFileNameTexture(
  1. String name
)

Filename for texture.

Implementation

static String buildFileNameTexture(String name) => '$name.webp';