ProjectTab constructor

ProjectTab(
  1. List<ProjectList> getSet,
  2. StateSetter setState,
  3. BuildContext context,
  4. void getUnitsClick(
    1. ProjectList getSet
    ),
  5. void getShareClick(
    1. ProjectList getSet
    ),
  6. void getDownloadClick(
    1. ProjectList getSet
    ),
  7. void getInquiryClick(
    1. ProjectList getSet,
    2. String type,
    3. List<InquiryTypes> inquiryTypes
    ),
  8. String masterUserId, {
  9. Key? key,
})

Implementation

ProjectTab(this.getSet, this.setState, this.context, this.getUnitsClick, this.getShareClick, this.getDownloadClick, this.getInquiryClick, this.masterUserId, {Key? key, }) : super(key: key);