BasePlaceholderView constructor
const
BasePlaceholderView({
- Key? key,
- String? title,
- String? message,
- String? image,
- VoidCallback? onTap,
Implementation
const BasePlaceholderView({
super.key,
this.title,
this.message,
this.image,
this.onTap,
});