EnginCompositionWidget constructor
const
EnginCompositionWidget(
- EnginComposition enginComposition,
- List<
EnginEquipe> ? enginEquipes, - List<
EnginAtelier> ? enginAteliers, { - required double width,
- bool reverse = false,
- VoieEngin? voieEngin,
- bool allowAddingUsers = false,
- bool allowCureentAffectation = false,
- void setStateParent()?,
- Key? key,
Implementation
const EnginCompositionWidget(
this.enginComposition,
this.enginEquipes,
this.enginAteliers, {
required this.width,
this.reverse = false,
this.voieEngin,
this.allowAddingUsers = false,
this.allowCureentAffectation = false,
this.setStateParent,
super.key,
});