XProgressLoading constructor
Implementation
const XProgressLoading(
{Key key,
this.progressName,
this.progressColor,
this.progressBackgroundColor,
this.progressValue,
this.progressNameColor})
: super(key: key);
const XProgressLoading(
{Key key,
this.progressName,
this.progressColor,
this.progressBackgroundColor,
this.progressValue,
this.progressNameColor})
: super(key: key);