profileBuilder property
Builder function for user profile widgets.
If not provided, a default profile widget with an icon will be used.
Implementation
final Widget Function(BuildContext context, String name)? profileBuilder;
Builder function for user profile widgets.
If not provided, a default profile widget with an icon will be used.
final Widget Function(BuildContext context, String name)? profileBuilder;