AppBarStyle
Defines the visual settings of a button.
Fields
border_style(BorderStyle): Defines the style of the background border.text_style(TextStyle): Defines the style of the text.leading_button_style(ButtonStyle): Defines the style of leading button.layout_style(LayoutStyle): Defines the style of the layout.
AppBarBase
The AppBarBase represents the base for app bar elements that can be styled by using AppBarStyle.
Properties
title(in string): Defines the title of the app bar.leading_button_icon(in string): Defines the icon of the leading button.style(inAppBarStyle): Defines the style of the button.
Callbacks
leading_button_clicked(): Invoked when leading button clicked.