CLStatStrip constructor

const CLStatStrip({
  1. Key? key,
  2. required List<CLStatStripItem> items,
  3. double wrapBreakpoint = 640,
})

Implementation

const CLStatStrip({super.key, required this.items, this.wrapBreakpoint = 640});