menu
json_forms_renderer package
documentation
models/uischema.dart
UISchemaElement
UISchemaElement.new constructor
UISchemaElement.new constructor
dark_mode
light_mode
UISchemaElement
constructor
UISchemaElement
(
{
String
?
type
,
String
?
scope
,
List
<
UISchemaElement
>
?
elements
,
String
?
label
,
String
?
text
,
Map
<
String
,
dynamic
>
?
options
,
})
Implementation
UISchemaElement({ this.type, this.scope, this.elements, this.label, this.text, this.options, });
json_forms_renderer package
documentation
models/uischema
UISchemaElement
UISchemaElement.new constructor
UISchemaElement class