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