SeenProvider constructor
const
SeenProvider({
- Key? key,
- String? timestamp,
- SeenState? seen,
- ReactionState? reaction,
- Widget? child,
Implementation
const SeenProvider({super.key, this.timestamp, this.seen, this.reaction, this.child});