CustomEmpty constructor
const
CustomEmpty({
- Key? key,
- String? description,
- CustomEmptySize size = CustomEmptySize.normal,
Empty 空状态组件
Implementation
const CustomEmpty({super.key, this.description, this.size = CustomEmptySize.normal});