NiceKeyValueList constructor
const
NiceKeyValueList({
- Key? key,
- required List<
NiceKeyValueItem> items, - EdgeInsets? padding,
- double spacing = 12,
- TextStyle? keyStyle,
- TextStyle? valueStyle,
- bool dense = false,
Implementation
const NiceKeyValueList({
super.key,
required this.items,
this.padding,
this.spacing = 12,
this.keyStyle,
this.valueStyle,
this.dense = false,
});