menu
flutter_scene package
documentation
annotations.dart
NodeProperty
NodeProperty.new const constructor
NodeProperty.new const constructor
dark_mode
light_mode
NodeProperty
constructor
const
NodeProperty
(
{
String
?
group
,
List
<
String
>
formerNames
=
const []
,
bool
transient
=
false
,
List
<
PropertyConstraint
<
Object
>
>
extra
=
const []
,
})
Implementation
const NodeProperty({ super.group, super.formerNames, super.transient, this.extra = const [], });
flutter_scene package
documentation
annotations
NodeProperty
NodeProperty.new const constructor
NodeProperty class