ComponentBuilder<T extends Component> constructor
ComponentBuilder<T extends Component> (
- ComponentBuilderFunc builderFunc, {
- bool syncBus = true,
Implementation
ComponentBuilder(this.builderFunc, { this.syncBus = true }) : type = T;