BasePlaceholderView constructor
const
BasePlaceholderView({
- Key? key,
- String? title = '暂无数据',
- String image = 'empty',
- VoidCallback? onTap,
Implementation
const BasePlaceholderView({
Key? key,
this.title = '暂无数据',
this.image = 'empty',
this.onTap,
}) : super(key: key);