indicatorColor property

Color get indicatorColor

color of indicator

Implementation

static Color get indicatorColor =>
    ExcellentLoading.instance.loadingStyle == ExcellentLoadingStyle.custom
        ? ExcellentLoading.instance.indicatorColor!
        : ExcellentLoading.instance.loadingStyle == ExcellentLoadingStyle.dark
            ? Colors.white
            : Colors.black;