FlyTrackingToken constructor

const FlyTrackingToken({
  1. required double tighter,
  2. required double tight,
  3. required double normal,
  4. required double wide,
  5. required double wider,
  6. required double widest,
  7. Map<String, double> extras = const {},
})

Implementation

const FlyTrackingToken({
  required this.tighter,
  required this.tight,
  required this.normal,
  required this.wide,
  required this.wider,
  required this.widest,
  this.extras = const {},
});