ListStyle constructor
const
ListStyle({})
Creates a ListStyle. Null fields defer to the theme, then to the default.
Implementation
const ListStyle({
this.bulletSize,
this.bulletColor,
this.bulletShape,
this.markerTextStyle,
this.indent,
this.gapAfterMarker,
});