BulletRenderer typedef
BulletRenderer =
InlineSpan Function(BuildContext, TextBlockItem)
A function that builds an InlineSpan for a single bullet mark. Using the TextBlockItem's listItem, listItemIndex and level, the bullet can be customized as needed.
Implementation
typedef BulletRenderer = InlineSpan Function(BuildContext, TextBlockItem);