Animated constructor

Animated({
  1. required String the1,
  2. required String the2,
  3. required String the3,
  4. required String the4,
  5. required String the15,
})

Implementation

Animated({
  required this.the1,
  required this.the2,
  required this.the3,
  required this.the4,
  required this.the15,
});