AppBarChat constructor

const AppBarChat({
  1. Key? key,
  2. String? title,
  3. Color? backgroundColor,
  4. required SdkModel model,
})

Implementation

const AppBarChat({Key? key, this.title, this.backgroundColor, required this.model}) : super(key: key);