Skip to content

rahul-mobilecoderz/custom_progress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a package for custom progress where we have icon in the middle and progressbar around it we can use it when we want with different icons . progress

Getting started

This is a package for custom progress where we have icon in the middle and progressbar around it

recording

Usage

We can use ProgressBar as Widget for Custom progress.Here is some parameters of custom Progressbar. containerHeight is height of container.

containerWidth is width of container.

progressColor is color of ProgressBar.

boxFit is boxfit of container.

iconHeight is height of icon.

iconWidth is width of icon.

imageFile is asset file of icon as String.

progressStrokeWidth is width of progressStroke.

progressHeight is height of Progressbar.

progressWidth is width of Progressbar.

ProgressBar(
containerHeight: 40,
containerWidth: 40,
progressColor: Colors.red,
boxFit: BoxFit.contain,
iconHeight: 30,
iconWidth: 30,
imageFile: 'assets/icon.png',
progressStrokeWidth: 3.0,
progressHeight: 50,
progressWidth: 50,
),

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages