menu
velix_editor package
documentation
metadata/properties/properties.dart
Value
Value.new constructor
Value.new constructor
dark_mode
light_mode
Value
constructor
Value
(
{
ValueType
type
=
ValueType.value
,
String
value
=
""
,
})
Implementation
Value({this.type = ValueType.value, this.value = ""});
velix_editor package
documentation
metadata/properties/properties
Value
Value.new constructor
Value class