BrnAlignPairInfo constructor

BrnAlignPairInfo({
  1. Key? key,
  2. List<InfoModal?>? children,
  3. TableCellVerticalAlignment defaultVerticalAlignment = TableCellVerticalAlignment.baseline,
  4. double? rowDistance,
  5. Color? backgroundColor,
  6. double? itemSpacing,
  7. TableColumnWidth? customKeyWidth,
  8. PairInfoTableConfig? themeData,
})

Implementation

BrnAlignPairInfo(
    {super.key,
    this.children,
    this.defaultVerticalAlignment = TableCellVerticalAlignment.baseline,
    this.rowDistance,
    this.backgroundColor,
    this.itemSpacing,
    this.customKeyWidth,
    this.themeData});