MarkdownListItemMarkerBuilder typedef

MarkdownListItemMarkerBuilder = Widget Function(MarkdownListType style, String? number)

Signature for custom list item marker widget.

Implementation

typedef MarkdownListItemMarkerBuilder = Widget Function(
  MarkdownListType style,
  String? number,
);