KeyValue constructor
const
KeyValue({
- required String key,
- required String value,
- String fillChar = '.',
- int? width,
- RenderConfig renderConfig = const RenderConfig(),
Implementation
const KeyValue({
required this.key,
required this.value,
this.fillChar = '.',
this.width,
this.renderConfig = const RenderConfig(),
});