Component2 constructor

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

Implementation

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