WidgetConfig constructor
WidgetConfig({
- WidgetBuilder? p,
- WidgetBuilder? pre,
- WidgetBuilder? ul,
- WidgetBuilder? ol,
- WidgetBuilder? block,
- WidgetBuilder? hr,
- WidgetBuilder? table,
Implementation
WidgetConfig({
this.p,
this.pre,
this.ul,
this.ol,
this.block,
this.hr,
this.table,
});