PairInfoTable constructor
const
PairInfoTable({
- Key? key,
- required List<
InfoModal> children, - TableCellVerticalAlignment defaultVerticalAlignment = TableCellVerticalAlignment.baseline,
- bool isValueAlign = true,
- int expandAtIndex = -1,
- double? rowDistance,
- double? itemSpacing,
- bool isFolded = true,
- ValueChanged<
bool> ? onFolded, - TableColumnWidth? customKeyWidth,
- 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});