UEmptyState constructor

const UEmptyState({
  1. Key? key,
  2. String? title,
})

Implementation

const UEmptyState({super.key, this.title});