progressWidget method

Widget progressWidget()

Implementation

Widget progressWidget(){
  // return  progressCircle();
  return Container(
    width: widget.width,
    height: widget.height_frame,
    decoration: widget.decorationOutlineDropdown,
    // child: _stackTextAndProgressIcon(),
    child: progressIcon(),
    alignment: Alignment.center,
  );
}