ReactionProvider constructor

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

Implementation

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