menu
genai_components package
documentation
widgets/cl_ai_assistant/src/context/screen_context.dart
ScreenContext
ScreenContext.new const constructor
ScreenContext.new const constructor
dark_mode
light_mode
ScreenContext
constructor
const
ScreenContext
(
{
required
List
<
UiElement
>
elements
,
required
DateTime
capturedAt
,
})
Implementation
const ScreenContext({required this.elements, required this.capturedAt});
genai_components package
documentation
widgets/cl_ai_assistant/src/context/screen_context
ScreenContext
ScreenContext.new const constructor
ScreenContext class