HtmlListMarker constructor

const HtmlListMarker({
  1. required HtmlListMarkerType markerType,
  2. required TextStyle textStyle,
  3. Key? key,
})

Creates a marker.

Implementation

const HtmlListMarker({
  required this.markerType,
  required this.textStyle,
  super.key,
});