Component constructor

Component({
  1. int? priority,
})

Implementation

Component({int? priority}) : _priority = priority ?? 0;