Loading constructor
const
Loading({
- Key? key,
- required String text,
- required BuildContext context,
Implementation
const Loading({Key? key, required this.text, required this.context}) : super(key: key);