HtmlListMarker.disc constructor

const HtmlListMarker.disc(
  1. TextStyle textStyle, {
  2. Key? key,
})

Creates a disc marker.

Implementation

const HtmlListMarker.disc(this.textStyle, {super.key})
    : markerType = HtmlListMarkerType.disc;