ChatThreadToolArea constructor

const ChatThreadToolArea({
  1. Key? key,
  2. Widget? leading,
  3. Widget? footer,
})

Implementation

const ChatThreadToolArea({super.key, this.leading, this.footer});