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