Plus further batch of renaming "style" -> "type" parameter:
to match Orbit naming
to avoid naming clash with native ButtonStyle types (as we cannot nest types anymore due to customization of content, the Button.Style would become ButtonStyle - now it is ButtonType instead).
Plus further batch of renaming "style" -> "type" parameter:
ButtonStyle
types (as we cannot nest types anymore due to customization of content, theButton.Style
would becomeButtonStyle
- now it isButtonType
instead).