BlockComponentBuilder constructor

BlockComponentBuilder({
  1. BlockComponentConfiguration configuration = const BlockComponentConfiguration(),
})

Implementation

BlockComponentBuilder({
  this.configuration = const BlockComponentConfiguration(),
});