UiProgressList constructor

const UiProgressList({
  1. Key? key,
  2. required List<UiProgressItem> items,
  3. bool animated = true,
})

Implementation

const UiProgressList({super.key, required this.items, this.animated = true});