Mipmap constructor

const Mipmap(
  1. String name, {
  2. Key? key,
})

Creates a new instance of Mipmap with the given name.

Implementation

const Mipmap(super.name, {super.key});