ListConfig constructor
const
ListConfig({
- double marginLeft = 32.0,
- double marginBottom = 4.0,
- ListMarker? marker,
- RichTextBuilder? richTextBuilder,
Implementation
const ListConfig({
this.marginLeft = 32.0,
this.marginBottom = 4.0,
this.marker,
this.richTextBuilder,
});