TLNoDataWidget constructor

const TLNoDataWidget({
  1. Key? key,
  2. String title = "",
  3. GestureTapCallback? onTap,
})

Implementation

const TLNoDataWidget({
  Key? key,
  this.title = "",
  this.onTap,
}) : super(key: key);