MultiviewerState constructor

MultiviewerState({
  1. int index = 0,
  2. int layout = 0,
  3. bool flip = false,
  4. Map<int, MultiviewerWindow> windows = const {},
})

Implementation

MultiviewerState({
  this.index = 0,
  this.layout = 0,
  this.flip = false,
  this.windows = const {},
});