CustomLoader constructor

const CustomLoader({
  1. Key? key,
  2. String? message,
})

Implementation

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