createWindow method

  1. @override
Window createWindow(
  1. int width,
  2. int height,
  3. String title
)
override

Creates a window for the given platform. On the web platform, title should be the ID of the canvas.

Implementation

@override
Window createWindow(int width, int height, String title) => WebWindow(title);