TextureSettings constructor

TextureSettings({
  1. required int width,
  2. required int height,
})

Creates texture settings with the specified dimensions.

Implementation

TextureSettings({required this.width, required this.height});