KeyValueTableProps constructor
const
KeyValueTableProps({
- required List<
KeyValueRowData> rows, - double? keyWidth,
- bool showDividers = true,
Implementation
const KeyValueTableProps({
required this.rows,
this.keyWidth,
this.showDividers = true,
});