Package com.vaadin.flow.theme.lumo
Class LumoUtility.AlignContent
- java.lang.Object
-
- com.vaadin.flow.theme.lumo.LumoUtility.AlignContent
-
- Enclosing class:
- LumoUtility
public static final class LumoUtility.AlignContent extends Object
Classes for distributing space around and between items along a flexbox?s cross axis or a grid?s block axis. Applies to flexbox and grid layouts.
-
-
Field Detail
-
AROUND
public static final String AROUND
- See Also:
- Constant Field Values
-
BETWEEN
public static final String BETWEEN
- See Also:
- Constant Field Values
-
CENTER
public static final String CENTER
- See Also:
- Constant Field Values
-
END
public static final String END
- See Also:
- Constant Field Values
-
EVENLY
public static final String EVENLY
- See Also:
- Constant Field Values
-
START
public static final String START
- See Also:
- Constant Field Values
-
STRETCH
public static final String STRETCH
- See Also:
- Constant Field Values
-
-