DefinitionList constructor

DefinitionList({
  1. RenderConfig renderConfig = const RenderConfig(),
})

Creates a new empty definition list builder.

Implementation

DefinitionList({this._renderConfig = const RenderConfig()});