Theme
Theme
#
Customizes the overall appearance of the application.
button_theme
#
button_theme: ButtonTheme | None = None
Customizes the appearance of Button
across the app.
color_scheme
#
color_scheme: ColorScheme | None = None
Overrides the default ColorScheme
used for the application.
color_scheme_seed
#
color_scheme_seed: ColorValue | None = None
Overrides the default color scheme seed used to generate
ColorScheme
. The default color is blue.
dialog_theme
#
dialog_theme: DialogTheme | None = None
Customizes the appearance of AlertDialog
across the app.
divider_theme
#
divider_theme: DividerTheme | None = None
Defines the visual properties of Divider
,
VerticalDivider
, dividers between
ListTile
s, and dividers between rows in
DataTable
.
dropdown_theme
#
dropdown_theme: DropdownTheme | None = None
Customizes the appearance of Dropdown
across the app.
expansion_tile_theme
#
expansion_tile_theme: ExpansionTileTheme | None = None
Customizes the appearance of ExpansionTile
across the app.
filled_button_theme
#
filled_button_theme: FilledButtonTheme | None = None
Customizes the appearance of FilledButton
across the app.
floating_action_button_theme
#
floating_action_button_theme: (
FloatingActionButtonTheme | None
) = None
Customizes the appearance of FloatingActionButton
across the app.
icon_button_theme
#
icon_button_theme: IconButtonTheme | None = None
Customizes the appearance of IconButton
across the app.
list_tile_theme
#
list_tile_theme: ListTileTheme | None = None
Customizes the appearance of ListTile
across the app.
outlined_button_theme
#
outlined_button_theme: OutlinedButtonTheme | None = None
Customizes the appearance of OutlinedButton
across the app.
page_transitions
#
page_transitions: PageTransitionsTheme = field(
default_factory=PageTransitionsTheme
)
text_button_theme
#
text_button_theme: TextButtonTheme | None = None
Customizes the appearance of TextButton
across the app.