Screen constructor

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

Constructor of Screen's annotation.

Implementation

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