Are you sure you don't want @inline(__always) instead of @inlineable? See When should both @inlinable and @inline(__always) be used? - #2 by scanon
If addingFullWidth is not referenced from outsite the module it's defined in, then adding @inlinable has no effect.