ListChatView constructor

const ListChatView({
  1. Key? key,
  2. Widget? overflowWidget,
  3. Function? currentState,
})

Implementation

const ListChatView({Key? key, this.overflowWidget, this.currentState}) : super(key: key);