ScreenWithTab constructor
ScreenWithTab({
- String? description,
- int? id,
- String? name,
- Scope? scope,
- ScreenableTab? tab,
Implementation
ScreenWithTab({this.description, this.id, this.name, this.scope, this.tab});