EnginTT constructor

EnginTT({
  1. required String name,
  2. Color color = Colors.white,
  3. required List<EnginCompositionTTTTTTT> composition,
})

Implementation

EnginTT({
  required this.name,
  this.color = Colors.white,
  required this.composition,
});