LoadingHelper constructor

const LoadingHelper({
  1. Key? key,
  2. required String description,
})

Implementation

const LoadingHelper({super.key, required this.description});