ChatThreadEmptyStateContent constructor

const ChatThreadEmptyStateContent({
  1. Key? key,
  2. required String title,
  3. String? description,
  4. double? titleScaleOverride,
})

Implementation

const ChatThreadEmptyStateContent({super.key, required this.title, this.description, this.titleScaleOverride});