FlyLeadingToken constructor

const FlyLeadingToken({
  1. required double tight,
  2. required double snug,
  3. required double normal,
  4. required double relaxed,
  5. required double loose,
  6. Map<String, double> extras = const {},
})

Implementation

const FlyLeadingToken({
  required this.tight,
  required this.snug,
  required this.normal,
  required this.relaxed,
  required this.loose,
  this.extras = const {},
});