We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 553a80e commit 0b65533Copy full SHA for 0b65533
fluentui_topappbars/src/main/java/com/microsoft/fluentui/tokenized/AppBar.kt
@@ -62,7 +62,7 @@ import com.microsoft.fluentui.theme.token.controlTokens.AppBarTokens
62
* @param centerAlignAppBar boolean indicating if the app bar should be center aligned. Default: [false]
63
* @param navigationIcon Navigate Back Icon to be placed at extreme left. Default: [null]
64
* @param appBarTokens Optional Tokens for App Bar to customize it. Default: [null]
65
- * @param secondaryPostTitleIcon Secondary icon to be placed after title making the title clickable. Default: Empty [FluentIcon]
+ * @param secondaryPostTitleIcon Secondary icon to be placed after title. Default: Empty [FluentIcon]
66
*/
67
68
// TAGS FOR TESTING
0 commit comments