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