ProcessView constructor
const
ProcessView({})
Implementation
const ProcessView(
{super.key,
required this.size,
required this.starLoading,
required this.percent,
required this.starComplete,
this.showStar = true});