FeedbackPage constructor

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

Implementation

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