profileWidgetBuilder property

ProfileWidgetBuilder? profileWidgetBuilder
final

[If you tend to customize the profile page, use profileWidgetsBuilder with profileWidgetsOrder as priority.] The builder for each widgets in profile page, you can customize some of it by pass your own widget into here. Or, you can add your custom widget to the three custom widgets.

Implementation

final ProfileWidgetBuilder? profileWidgetBuilder;