LoadingDialog constructor

const LoadingDialog({
  1. Key? key,
  2. String? content,
})

Implementation

const LoadingDialog({Key? key, this.content}) : super(key: key);