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