builder property
You could get the model from here, and transfer it to other widget from TUIKit.
Implementation
final Widget Function(BuildContext, TUIChatSeparateViewModel, Widget?) builder;
You could get the model from here, and transfer it to other widget from TUIKit.
final Widget Function(BuildContext, TUIChatSeparateViewModel, Widget?) builder;