AFSpacing constructor

AFSpacing({
  1. required List<double> sizes,
  2. required AFSpacingSet a,
  3. required AFSpacingSet t,
  4. required AFSpacingSet r,
  5. required AFSpacingSet b,
  6. required AFSpacingSet l,
  7. required AFSpacingSet v,
  8. required AFSpacingSet h,
  9. required AFSpacingSet th,
  10. required AFSpacingSet bh,
  11. required AFSpacingSet lv,
  12. required AFSpacingSet rv,
})

Implementation

AFSpacing({
  required this.sizes,
  required this.a,
  required this.t,
  required this.r,
  required this.b,
  required this.l,
  required this.v,
  required this.h,
  required this.th,
  required this.bh,
  required this.lv,
  required this.rv,
});