RichInfoGrid constructor

const RichInfoGrid({
  1. Key? key,
  2. List<RichGridInfo>? pairInfoList,
  3. EdgeInsetsGeometry? padding,
  4. double? rowSpace,
  5. double? space,
  6. double? itemHeight,
  7. int crossAxisCount = 2,
  8. PairRichInfoGridConfig? themeData,
})

create BrnRichInfoGrid

Implementation

const RichInfoGrid({
  Key? key,
  this.pairInfoList,
  this.padding,
  this.rowSpace,
  this.space,
  this.itemHeight,
  this.crossAxisCount = 2,
  this.themeData,
}) : super(key: key);