ContentChildrenExpandable constructor

ContentChildrenExpandable({
  1. String? attachment,
  2. String? comment,
  3. String? page,
})

Implementation

ContentChildrenExpandable({this.attachment, this.comment, this.page});