CustomEmpty constructor

const CustomEmpty({
  1. Key? key,
  2. String? description,
  3. CustomEmptySize size = CustomEmptySize.normal,
})

Empty 空状态组件

Implementation

const CustomEmpty({super.key, this.description, this.size = CustomEmptySize.normal});