HtmlListMarker.circle constructor

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

Creates a circle marker.

Implementation

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