DividerBlockComponentBuilder constructor

DividerBlockComponentBuilder({
  1. BlockComponentConfiguration configuration = const BlockComponentConfiguration(),
  2. Color lineColor = Colors.grey,
  3. double height = 10,
  4. DividerBlockWrapper? wrapper,
})

Implementation

DividerBlockComponentBuilder({
  super.configuration,
  this.lineColor = Colors.grey,
  this.height = 10,
  this.wrapper,
});