UfbtProgress constructor
const
UfbtProgress({})
Implementation
const UfbtProgress({
required this.id,
required this.title,
required this.state,
required this.current,
this.total,
this.message,
});
const UfbtProgress({
required this.id,
required this.title,
required this.state,
required this.current,
this.total,
this.message,
});