handleProfileDetailCardTap property
void Function(BuildContext context, V2TimUserFullInfo? userFullInfo)?
handleProfileDetailCardTap
final
Deprecated:
Callback when clicking profile detail card.
This widget will no longer shows the personal info card and can not jump to personal info page automatically,
please navigate to your custom personal info page manually and directly, you may refer to our demo.
Implementation
final void Function(BuildContext context, V2TimUserFullInfo? userFullInfo)?
handleProfileDetailCardTap;