WidgetConfig constructor

WidgetConfig({
  1. WidgetBuilder? p,
  2. WidgetBuilder? pre,
  3. WidgetBuilder? ul,
  4. WidgetBuilder? ol,
  5. WidgetBuilder? block,
  6. WidgetBuilder? hr,
  7. WidgetBuilder? table,
})

Implementation

WidgetConfig({
  this.p,
  this.pre,
  this.ul,
  this.ol,
  this.block,
  this.hr,
  this.table,
});