OrganizationLineItem constructor
OrganizationLineItem({
- Key? key,
- void onTap()?,
- bool? hideChevron,
- bool? active,
- required UserOrganization organization,
Implementation
OrganizationLineItem({
Key? key,
this.onTap,
this.hideChevron,
this.active,
required this.organization,
}) : super(key: key);