LinearProgressbar constructor
const
LinearProgressbar({})
Implementation
const LinearProgressbar(
{Key? key,
this.color,
this.backgroundColor,
this.width,
this.height,
this.progress,
this.borderRadius,
this.margin})
: super(key: key);