YkEmptyWidget constructor

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

Implementation

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