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