FollowPairInfo constructor

FollowPairInfo({
  1. Key? key,
  2. required List<InfoModal?>? children,
  3. double? rowDistance,
  4. double? itemSpacing,
  5. PairInfoTableConfig? themeData,
})

Implementation

FollowPairInfo({
  super.key,
  required this.children,
  this.rowDistance,
  this.itemSpacing,
  this.themeData,
});