FlowingCode/AppLayoutAddon

Set spacing method does not use parameter

ngonzalezpazFC opened this issue · 1 comments

The method in MenuItem class requires a value parameter of boolean type that is not used.
I think the parameter should be removed.

You're right, but instead of just removing the parameter, @Deprecate the current method and have it invoke the correct way to set icon spacing, in order to avoid introducing a breaking change in the public API.