EnginCompositionWidget constructor

const EnginCompositionWidget(
  1. EnginComposition enginComposition,
  2. List<EnginEquipe>? enginEquipes,
  3. List<EnginAtelier>? enginAteliers, {
  4. required double width,
  5. bool reverse = false,
  6. VoieEngin? voieEngin,
  7. bool allowAddingUsers = false,
  8. bool allowCureentAffectation = false,
  9. void setStateParent()?,
  10. 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,
});