AppBar主题
用于自定义整个应用中AppBar
的外观。
AppBarTheme
类具有以下属性:
bgcolor
(背景颜色)
在所有子代AppBar
控件中覆盖AppBar.bgcolor
的默认值。
center_title
(标题居中)
在所有子代AppBar
控件中覆盖AppBar.center_title
的默认值。
color
(颜色)
在所有子代AppBar
控件中覆盖AppBar.color
的默认值。
elevation
(高度)
在所有子代AppBar
控件中覆盖AppBar.elevation
的默认值。
color
(颜色)
在所有子代AppBar
控件中覆盖AppBar.color
的默认值。
scroll_elevation
(滚动高度)
在所有子代AppBar
控件中覆盖AppBar.scroll_elevation
的默认值。
shadow_color
(阴影颜色)
在所有子代AppBar
控件中覆盖AppBar.shadow_color
的默认值。
shape
(形状)
在所有子代AppBar
控件中覆盖AppBar.shape
的默认值。
surface_tint_color
(表面色调颜色)
在所有子代AppBar
控件中覆盖AppBar.surface_tint_color
的默认值。
title_spacing
(标题间距)
在所有 子代AppBar
控件中覆盖AppBar.title_spacing
的默认值。
title_text_style
(标题文本样式)
在所有子代AppBar
控件中覆盖AppBar.title_text_style
的默认值。
toolbar_height
(工具栏高度)
在所有子代AppBar
控件中覆盖AppBar.toolbar_height
的默认值。
toolbar_text_style
(工具栏文本样式)
在所有子代AppBar
控件中覆盖AppBar.toolbar_text_style
的默认值。