SpriteBatch constructor
SpriteBatch(})
Implementation
SpriteBatch(
this.atlas, {
this.defaultTransform,
this.useAtlas = true,
this.defaultColor,
this.defaultBlendMode,
Images? imageCache,
String? imageKey,
}) : _imageCache = imageCache,
_imageKey = imageKey;