PairInfoTable constructor

const PairInfoTable({
  1. Key? key,
  2. required List<InfoModal> children,
  3. TableCellVerticalAlignment defaultVerticalAlignment = TableCellVerticalAlignment.baseline,
  4. bool isValueAlign = true,
  5. int expandAtIndex = -1,
  6. double? rowDistance,
  7. double? itemSpacing,
  8. bool isFolded = true,
  9. ValueChanged<bool>? onFolded,
  10. TableColumnWidth? customKeyWidth,
  11. PairInfoTableConfig? themeData,
})

create BrnPairInfoTable

Implementation

const PairInfoTable(
    {super.key,
    required this.children,
    this.defaultVerticalAlignment = TableCellVerticalAlignment.baseline,
    this.isValueAlign = true,
    this.expandAtIndex = -1,
    this.rowDistance,
    this.itemSpacing,
    this.isFolded = true,
    this.onFolded,
    this.customKeyWidth,
    this.themeData});