CommentTextField constructor

const CommentTextField({
  1. required int vendorId,
  2. Key? key,
})

Implementation

const CommentTextField({
  required this.vendorId,
  super.key,
});