DefaultLoadingWidget constructor

const DefaultLoadingWidget({
  1. Key? key,
})

Implementation

const DefaultLoadingWidget({Key? key}) : super(key: key);