backgroundColor property

Color get backgroundColor

background color of loading

Implementation

static Color get backgroundColor =>
    ExcellentLoading.instance.loadingStyle == ExcellentLoadingStyle.custom
        ? ExcellentLoading.instance.backgroundColor!
        : ExcellentLoading.instance.loadingStyle == ExcellentLoadingStyle.dark
            ? Colors.black.withOpacity(0.9)
            : Colors.white;