totalWidth property

int get totalWidth

Implementation

int get totalWidth => map((e) => e.width).sum;