progressColor property
Color
get
progressColor
progress color of loading
Implementation
static Color get progressColor =>
ExcellentLoading.instance.loadingStyle == ExcellentLoadingStyle.custom
? ExcellentLoading.instance.progressColor!
: ExcellentLoading.instance.loadingStyle == ExcellentLoadingStyle.dark
? Colors.white
: Colors.black;