BulletList constructor
const
BulletList({
- required List<
String> items, - String bullet = '•',
- int indent = 2,
- ListEnumerator? enumerator,
- ListStyleFunc? itemStyleFunc,
- RenderConfig renderConfig = const RenderConfig(),
Implementation
const BulletList({
required this.items,
this.bullet = '•',
this.indent = 2,
this.enumerator,
this.itemStyleFunc,
this.renderConfig = const RenderConfig(),
});