ScreenWithTab constructor

ScreenWithTab({
  1. String? description,
  2. int? id,
  3. String? name,
  4. Scope? scope,
  5. ScreenableTab? tab,
})

Implementation

ScreenWithTab({this.description, this.id, this.name, this.scope, this.tab});