LoadingWidget constructor

const LoadingWidget({
  1. Key? key,
  2. required bool isLoading,
})

Implementation

const LoadingWidget({Key? key, required this.isLoading}) : super(key: key);