TLNoDataWidget constructor

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

Implementation

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