Re-exports§
pub use ripple::*;pub use state_layer::*;
Modules§
- material_
svgs - md
- This module defines the constant variables of the material theme that are frequently used.
- purple
- ripple
- state_
layer
Macros§
- focus_
indicator - Macro used to generate a function widget using
focus_indicatoras the root widget. - interactive_
layers - Creates a widget function using
InteractiveLayersas the root component - ripple
- Macro used to generate a function widget using
rippleas the root widget.
Structs§
- Disabled
Ripple - A provider used to hint widgets in the subtree to disable the ripple effect.
- Focus
Indicator - A widget that shows a focus ring or focus layer when the widget is focused by keyboard.
- Focus
Indicator Declarer - Focus
Ring - Interactive
Layers - A widget that provides material design interactive visual layers for its child
- Interactive
Layers Declarer - Show
Focus Ring - A provider used to hint the
FocusIndicatorshould show a focus ring or focus layer.
Functions§
- typography_
theme - Create a TypographyTheme which implement the typography styles base on the material design specification.