ConfigureOptionsImageGenerator constructor
ConfigureOptionsImageGenerator(
- ImageGenerator innerGenerator, {
- required ImageGenerationOptions configure(
- ImageGenerationOptions options
Creates a new ConfigureOptionsImageGenerator.
configure is called before each request to modify the options.
Implementation
ConfigureOptionsImageGenerator(
super.innerGenerator, {
required this.configure,
});