BrnAlignPairInfo constructor
BrnAlignPairInfo({
- Key? key,
- List<
InfoModal?> ? children, - TableCellVerticalAlignment defaultVerticalAlignment = TableCellVerticalAlignment.baseline,
- double? rowDistance,
- Color? backgroundColor,
- double? itemSpacing,
- TableColumnWidth? customKeyWidth,
- PairInfoTableConfig? themeData,
Implementation
BrnAlignPairInfo(
{super.key,
this.children,
this.defaultVerticalAlignment = TableCellVerticalAlignment.baseline,
this.rowDistance,
this.backgroundColor,
this.itemSpacing,
this.customKeyWidth,
this.themeData});