mirror of
https://github.com/BetterAndroid/FlexiUI.git
synced 2025-09-08 19:44:25 +08:00
docs: some tweaks in AppBar
This commit is contained in:
@@ -198,7 +198,7 @@ private fun BasicAppBar(
|
|||||||
interface AppBarScope {
|
interface AppBarScope {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* app bar's finish icon button.
|
* App bar's finish icon button.
|
||||||
* @param onClick the callback when the icon button is clicked.
|
* @param onClick the callback when the icon button is clicked.
|
||||||
* @param modifier the [Modifier] to be applied to this icon button.
|
* @param modifier the [Modifier] to be applied to this icon button.
|
||||||
* @param colors the colors of this icon button, default is [IconButtonDefaults.colors].
|
* @param colors the colors of this icon button, default is [IconButtonDefaults.colors].
|
||||||
@@ -226,7 +226,7 @@ interface AppBarScope {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* app bar's navigation icon button.
|
* App bar's navigation icon button.
|
||||||
* @param onClick the callback when the icon button is clicked.
|
* @param onClick the callback when the icon button is clicked.
|
||||||
* @param modifier the [Modifier] to be applied to this icon button.
|
* @param modifier the [Modifier] to be applied to this icon button.
|
||||||
* @param colors the colors of this icon button, default is [IconButtonDefaults.colors].
|
* @param colors the colors of this icon button, default is [IconButtonDefaults.colors].
|
||||||
@@ -254,7 +254,7 @@ interface AppBarScope {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* app bar's action icon button.
|
* App bar's action icon button.
|
||||||
* @param onClick the callback when the icon button is clicked.
|
* @param onClick the callback when the icon button is clicked.
|
||||||
* @param modifier the [Modifier] to be applied to this icon button.
|
* @param modifier the [Modifier] to be applied to this icon button.
|
||||||
* @param colors the colors of this icon button, default is [IconButtonDefaults.colors].
|
* @param colors the colors of this icon button, default is [IconButtonDefaults.colors].
|
||||||
|
Reference in New Issue
Block a user