material static method

Color material(
  1. String seed
)

Implementation

static Color material(String seed) =>
    materials[seed.randomIn(materials.length)];