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
Button
component. - Chip
Props - Properties for the
Chip
component. - Dialog
Props - Properties for the
Dialog
component. - Icon
Props - Properties for the
Icon
component. - Navigation
Rail Item Props - Properties for the
NavigationRailItem
component. - Navigation
Rail Props - Properties for the
NavigationRail
component. - Ripple
Props - Properties for the
Ripple
component. - TabProps
- Properties for the
Tab
component. - TabRow
Props - Properties for the
TabRow
component. - Text
Button Props - Properties for the
TextButton
component. - Theme
Props - Properties for the
Theme
component. - 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