CommentedWidget constructor

CommentedWidget(
  1. Commented model, {
  2. Key? key,
})

Implementation

CommentedWidget(Commented model, {Key? key}) : super(model);