CustomLoader constructor

const CustomLoader({
  1. Key? key,
  2. required bool isLoading,
})

Implementation

const CustomLoader({super.key, required this.isLoading});