DefinitionListComponent constructor

const DefinitionListComponent({
  1. required Map<String, String> items,
  2. String separator = ':',
  3. int indent = 2,
  4. RenderConfig renderConfig = const RenderConfig(),
})

Implementation

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