nameBuilder property
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;
This is to allow custom user name builder By using this we can fetch newest user info based on id.
final Widget Function(types.User)? nameBuilder;