FeedbackPage constructor

const FeedbackPage({
  1. Key? key,
  2. @required String? uid,
})

Implementation

const FeedbackPage({super.key, @required this.uid});