_buildNotificationIcon 需要 WidgetRef ref 来 watch 未读通知数,
但 _buildUserHeader 方法签名未声明该参数,导致编译错误:
"The getter 'ref' isn't defined for the type 'ProfilePage'"
修复:将 ref 从 build() 透传给 _buildUserHeader()
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>