Loading constructor

const Loading({
  1. Key? key,
  2. required String text,
  3. required BuildContext context,
})

Implementation

const Loading({Key? key, required this.text, required this.context}) : super(key: key);