Msg constructor

Msg({
  1. required bool me,
  2. required String txt,
  3. required AnimationController animationController,
})

Implementation

Msg({required this.me, required this.txt, required this.animationController});