ComponentBuilder<T extends Component> constructor

ComponentBuilder<T extends Component>(
  1. ComponentBuilderFunc builderFunc, {
  2. bool syncBus = true,
})

Implementation

ComponentBuilder(this.builderFunc, { this.syncBus = true }) : type = T;