UiProgressList constructor
const
UiProgressList({
- Key? key,
- required List<
UiProgressItem> items, - bool animated = true,
Implementation
const UiProgressList({super.key, required this.items, this.animated = true});