Skip to content

percent not correct represented #5

@raugaral

Description

@raugaral

Hello,
I would like to report that the progress bar is not filling up correctly.
For example, percent 50 is not centered, 80 is full.

          RoundedProgressBar(
            style: RoundedProgressBarStyle(
              borderWidth: 0,
              widthShadow: 0,
              colorProgress: Color(0xFF00D970),
              // backgroundProgress: Color(0xFF1B5067),
            ),
            height: 30.0,
            margin: EdgeInsets.symmetric(vertical: 8.0),
            borderRadius: BorderRadius.circular(24),
            percent: 50, 
            childCenter: Text(
              '50%',
            ),
          ),

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions