CustomLoaderAnimation constructor

const CustomLoaderAnimation({
  1. Key? key,
  2. required Color loaderColor,
})

Implementation

const CustomLoaderAnimation({super.key, required this.loaderColor});