ArcaneKeyValueTable constructor

const ArcaneKeyValueTable({
  1. required List<ArcaneKeyValueRow> rows,
  2. double? keyWidth,
  3. bool showDividers = true,
  4. Key? key,
})

Implementation

const ArcaneKeyValueTable({
  required this.rows,
  this.keyWidth,
  this.showDividers = true,
  super.key,
});