AFSpacing constructor
AFSpacing({
- required List<
double> sizes, - required AFSpacingSet a,
- required AFSpacingSet t,
- required AFSpacingSet r,
- required AFSpacingSet b,
- required AFSpacingSet l,
- required AFSpacingSet v,
- required AFSpacingSet h,
- required AFSpacingSet th,
- required AFSpacingSet bh,
- required AFSpacingSet lv,
- 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,
});