NiceProgressCell constructor
const
NiceProgressCell({})
Implementation
const NiceProgressCell({
super.key,
required this.progress,
this.color,
this.backgroundColor,
this.showPercentage = true,
this.height = 8,
});