textColor property

Color get textColor

font color of status

Implementation

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