Package com.vaadin.flow.theme.lumo
Class LumoUtility.Gap
- java.lang.Object
-
- com.vaadin.flow.theme.lumo.LumoUtility.Gap
-
- Enclosing class:
- LumoUtility
public static final class LumoUtility.Gap extends Object
Classes for defining the space between items in a flexbox or grid layout. Applies to flexbox and grid layouts.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LumoUtility.Gap.Column
Classes for defining the horizontal space between items in a flexbox or grid layout.static class
LumoUtility.Gap.Row
Classes for defining the vertical space between items in a flexbox or grid layout.
-
-
-
Field Detail
-
XSMALL
public static final String XSMALL
- See Also:
- Constant Field Values
-
SMALL
public static final String SMALL
- See Also:
- Constant Field Values
-
MEDIUM
public static final String MEDIUM
- See Also:
- Constant Field Values
-
LARGE
public static final String LARGE
- See Also:
- Constant Field Values
-
XLARGE
public static final String XLARGE
- See Also:
- Constant Field Values
-
-