onSeeAllTap property

void Function(RelationDescriptor relation, Object recordId)? onSeeAllTap
final

Forwarded to every RelationSectionWidget's onSeeAllTap — see that widget's doc. Task 8 builds the screen this opens.

Implementation

final void Function(RelationDescriptor relation, Object recordId)?
onSeeAllTap;