loadingMessage property

Rx<LoadingMessage> loadingMessage
getter/setter pair

Global loading state (dots, text, web search, or tool-use). For tools, this can represent multiple concurrent tool loadings.

Implementation

Rx<LoadingMessage> loadingMessage = LoadingMessage(
  message: "",
  loadingType: LoadingType.dots,
).obs;