InAppChatWidget constructor

const InAppChatWidget({
  1. Key? key,
  2. dynamic onTap(
    1. int index
    )?,
  3. int index = 0,
  4. required bool userList,
})

Implementation

const InAppChatWidget(
    {Key? key, this.onTap, this.index = 0, required this.userList})
    : super(key: key);