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