SeenProvider constructor

const SeenProvider({
  1. Key? key,
  2. String? timestamp,
  3. SeenState? seen,
  4. ReactionState? reaction,
  5. Widget? child,
})

Implementation

const SeenProvider({super.key, this.timestamp, this.seen, this.reaction, this.child});