CustomLoader constructor

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

Implementation

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