KeyValueTable constructor
const
KeyValueTable({
- required List<
KeyValueRow> rows, - double? keyWidth,
- bool showDividers = true,
- Key? key,
Implementation
const KeyValueTable({
required this.rows,
this.keyWidth,
this.showDividers = true,
super.key,
});