DefinitionListComponent constructor
const
DefinitionListComponent({})
Implementation
const DefinitionListComponent({
required this.items,
this.separator = ':',
this.indent = 2,
this.renderConfig = const RenderConfig(),
});