Window constructor
Window(
- BindingContext? context,
- Document document
Implementation
Window(BindingContext? context, this.document)
: screen = Screen(context), super(context);