HtmlListMarker.square constructor

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

Creates a square marker.

Implementation

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