createHeadlessSwapChain abstract method

Future<SwapChain> createHeadlessSwapChain(
  1. int width,
  2. int height, {
  3. bool hasStencilBuffer = false,
})

Implementation

Future<SwapChain> createHeadlessSwapChain(int width, int height,
    {bool hasStencilBuffer = false});