Re-exports§
pub use button::Button;pub use button::Button;pub use button::TextButton;pub use button::TextButton;pub use chip::Chip;pub use chip::Chip;pub use dialog::Dialog;pub use dialog::Dialog;pub use icon::Icon;pub use icon::Icon;pub use icon::IconFont;pub use icon::IconFont;pub use ripple::Ripple;pub use ripple::Ripple;pub use tab::Tab;pub use tab::Tab;pub use tab_row::TabRow;pub use tab_row::TabRow;pub use theme::Theme;pub use theme::Theme;pub use text_field::TextField;pub use text_field::TextField;
Structs§
- Button
Props - Properties for the
Buttoncomponent. - Chip
Props - Properties for the
Chipcomponent. - Dialog
Props - Properties for the
Dialogcomponent. - Icon
Props - Properties for the
Iconcomponent. - Navigation
Rail Item Props - Properties for the
NavigationRailItemcomponent. - Navigation
Rail Props - Properties for the
NavigationRailcomponent. - Ripple
Props - Properties for the
Ripplecomponent. - TabProps
- Properties for the
Tabcomponent. - TabRow
Props - Properties for the
TabRowcomponent. - Text
Button Props - Properties for the
TextButtoncomponent. - Theme
Props - Properties for the
Themecomponent. - UseRipple
- UseTheme
Enums§
Functions§
- Button
- Filled button component.
- Chip
- Chip component.
- Dialog
- Dialogs provide important prompts in a user flow.
- Icon
- Material Symbols icon.
- Icon
Font - Material Symbols icon font.
- Navigation
Rail - Props
- Navigation
Rail Item - Props
- Ripple
- Props
- Tab
- Props
- TabRow
- Props
- Text
Button - Props
- Text
Field - Text field component.
- Theme
- Theme component.
- use_
ripple - Hook to create a ripple from a container and animated component.
- use_
theme