CustomLoading constructor

const CustomLoading({
  1. Key? key,
  2. String? msg,
})

Implementation

const CustomLoading({super.key, this.msg});