RichInfoGrid constructor
const
RichInfoGrid({
- Key? key,
- List<
RichGridInfo> ? pairInfoList, - EdgeInsetsGeometry? padding,
- double? rowSpace,
- double? space,
- double? itemHeight,
- int crossAxisCount = 2,
- 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);