NiceDescriptionList constructor
const
NiceDescriptionList({
- Key? key,
- required List<
NiceDescriptionItem> items, - bool horizontal = false,
- double spacing = 16,
- EdgeInsets? padding,
Implementation
const NiceDescriptionList({
super.key,
required this.items,
this.horizontal = false,
this.spacing = 16,
this.padding,
});