menu
genai_components package
documentation
widgets/cl_ai_assistant/src/models/chat_content.dart
ImageContent
ImageContent.new const constructor
ImageContent.new const constructor
dark_mode
light_mode
ImageContent
constructor
const
ImageContent
(
{
String
?
url
,
Uint8List
?
bytes
,
String
?
caption
,
double
?
aspectRatio
,
})
Implementation
const ImageContent({this.url, this.bytes, this.caption, this.aspectRatio});
genai_components package
documentation
widgets/cl_ai_assistant/src/models/chat_content
ImageContent
ImageContent.new const constructor
ImageContent class