TLNoDataWidget constructor
const
TLNoDataWidget({
- Key? key,
- String title = "",
- GestureTapCallback? onTap,
Implementation
const TLNoDataWidget({
super.key,
this.title = "",
this.onTap,
});