RenderTarget constructor

RenderTarget(
  1. int width,
  2. int height, [
  3. RenderTargetOptions? options
])

Implementation

RenderTarget(super.width, super.height, [super.options]);