导航抽屉主题
对整个应用程序中导航抽屉
的外观进行自定义。
NavigationDrawerTheme
类具有以下属性:
bgcolor
(背景颜色)
在所有子代NavigationDrawer
控件中覆盖NavigationDrawer.bgcolor
的默认值。
elevation
(海拔高度)
在所有子代NavigationDrawer
控件中覆盖NavigationDrawer.elevation
的默认值。
indicator_color
(指示器颜色)
在所有子代NavigationDrawer
控件中覆盖NavigationDrawer.indicator_color
的默认值。
indicator_shape
(指示器形状)
在所有子代NavigationDrawer
控件中覆盖NavigationDrawer.indicator_shape
的默认值。
label_text_style
(标签文本样式)
在所有子代NavigationDrawer
控件中覆盖NavigationDrawer.label_text_style
的默认值。
shadow_color
(阴影颜色)
在所有子代NavigationDrawer
控件中覆盖NavigationDrawer.shadow_color
的默认值。
surface_tint_color
(表面色调颜色)
在所有子代NavigationDrawer
控件中覆盖NavigationDrawer.surface_tint_color
的默认值。
tile_height
(磁贴高度)
在所有子代NavigationDrawer
控件中覆盖NavigationDrawer.tile_height
的默认值。