Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Fixed in
Added itemColors
function to NavigationSuiteDefaults so developers can do like so:
val itemColors = NavigationSuiteDefaults.itemColors(/* change only what they want to change*/)
NavigationSuiteScaffold(
navigationSuiteItems = {
item(
...
colors = itemColors
)
},
){...}
Description
Similar to how Button has a ButtonConstants object, same should be done for text fields. This will make them more customisable