profileWidgetsOrder property

List<ProfileWidgetEnum>? profileWidgetsOrder
final

[If you tend to customize the profile page, use profileWidgetsBuilder with profileWidgetsOrder as priority.] If the default widget order can not meet you needs, you may change the order by this array with widget enum.

Implementation

final List<ProfileWidgetEnum>? profileWidgetsOrder;