ProjectTabOld constructor
ProjectTabOld(
- List<
ProjectList> getSet, - StateSetter setState,
- BuildContext context,
- void getUnitsClick(
- ProjectList getSet
- void getDownloadClick(
- ProjectList getSet
- void getInquiryClick(
- ProjectList getSet,
- String type
- String masterUserId, {
- Key? key,
Implementation
ProjectTabOld(this.getSet, this.setState, this.context, this.getUnitsClick, this.getShareClick, this.getDownloadClick, this.getInquiryClick, this.masterUserId, {Key? key, }) : super(key: key);