menu
chatgpt_free package
documentation
ui_schema.dart
UiSpec
UiSpec.new const constructor
UiSpec.new const constructor
dark_mode
light_mode
UiSpec
constructor
const
UiSpec
(
{
required
UiNode
root
,
Map
<
String
,
String
>
state
=
const {}
,
String
?
title
,
})
Creates a spec.
Implementation
const UiSpec({required this.root, this.state = const {}, this.title});
chatgpt_free package
documentation
ui_schema
UiSpec
UiSpec.new const constructor
UiSpec class