CLStatStrip constructor
const
CLStatStrip({
- Key? key,
- required List<
CLStatStripItem> items, - double wrapBreakpoint = 640,
Implementation
const CLStatStrip({super.key, required this.items, this.wrapBreakpoint = 640});