autoNaturalTotal property
double
get
autoNaturalTotal
Implementation
double get autoNaturalTotal => autoNaturalWidths.fold(0.0, (a, b) => a + b);
double get autoNaturalTotal => autoNaturalWidths.fold(0.0, (a, b) => a + b);