ListConfig constructor

const ListConfig({
  1. double marginLeft = 32.0,
  2. double marginBottom = 4.0,
  3. ListMarker? marker,
})

Implementation

const ListConfig({
  this.marginLeft = 32.0,
  this.marginBottom = 4.0,
  this.marker,
});