Component constructor

Component({
  1. required String style,
  2. required Widget child,
  3. Map<TypeScreen, Organization> organizations = const {},
})

Implementation

Component(
    {required this.style,
    required this.child,
    this.organizations = const {}});