nameWidth property

int nameWidth

Implementation

int get nameWidth => targetNames
    .map(
      (name) => name.length,
    )
    .reduce(max);