font_variations

Function font_variations 

Source
pub fn font_variations(
    child: impl IntoUiNode,
    variations: impl IntoVar<FontVariations>,
) -> UiNode
Expand description

P Sets font variations.

Note: This property fully replaces the font variations for the widget and descendants, use with_font_variation to create a property that sets a variation but retains others from the context.