Component constructor

const Component({
  1. bool isWrapper = false,
  2. Type? subtypeOf,
})

Implementation

const Component({
    this.isWrapper = false,
    this.subtypeOf
});