YkLoadingWidget constructor

const YkLoadingWidget({
  1. Key? key,
  2. String text = "",
})

Implementation

const YkLoadingWidget({super.key, this.text = ""});