builder property

ProfileBuilder? builder
final

The builder for the whole profile page, you can use this to customize all the element here. Mentioned: If you use this builder, profileWidgetBuilder and profileWidgetsOrder will no longer works.

Implementation

final ProfileBuilder? builder;