Expand description
Macros§
- impl_
style_ fn - Implements the contextual
STYLE_FN_VAR
andstyle_fn
. - style_
fn - Declares a style function closure.
Structs§
- Style
W
Represents a set of properties that can be applied to any styleable widget.- Style
Args - Arguments for
StyleFn
closure. - Style
Builder - Represents a style instance.
- StyleFn
- Boxed shared closure that generates a style instance for a given widget context.
- Style
Mix m
Styleable widget mixin.
Functions§
- replace
c
Fully replace the contextual style.- style_
base_ fn c
Widget’s base style. All other styles set usingstyle_fn
are applied over this style.- with_
style_ fn - Helper for declaring the
style_fn
property.