Component constructor

const Component({
  1. Object? effectKey,
  2. Object? key,
})

Implementation

const Component({
  this.effectKey,
  this.key,
});