LoadingWidget constructor

LoadingWidget({
  1. Key? key,
  2. String text = "",
  3. required String color,
})

Implementation

LoadingWidget({super.key, this.text = "", required this.color});