nameBuilder property

(Widget Function(User)?) nameBuilder
final

This is to allow custom user name builder By using this we can fetch newest user info based on id.

Implementation

final Widget Function(types.User)? nameBuilder;