contentUI method

Widget contentUI()

Implementation

Widget contentUI(){
  return Container(
      child: widget.progress ?  progressView() : barContentUI(),
      color:widget.colorPrimary ,// ColorProject.primaryTransparentMedium,
    height: PaginateBarFastor.getHeightFrame(context),
      // padding: EdgeInsets.symmetric(vertical: DSDimen.space_level_4 )
  );
}