Screen constructor

const Screen(
  1. String name, {
  2. bool isInitial = false,
})

Implementation

const Screen(this.name, {this.isInitial = false});