We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.theme.lumo.
Class LumoUtility.Flex
- java.lang.Object
-
- com.vaadin.flow.theme.lumo.LumoUtility.Flex
-
Enclosing class:
public static final class LumoUtility.Flex extends Object
Classes for setting how items grow and shrink in a flexbox layout. Applies to flexbox items.
-
-
Field Detail
-
AUTO
public static final String AUTO
See Also:
-
NONE
public static final String NONE
See Also:
-
GROW
public static final String GROW
See Also:
-
GROW_NONE
public static final String GROW_NONE
See Also:
-
SHRINK
public static final String SHRINK
See Also:
-
SHRINK_NONE
public static final String SHRINK_NONE
See Also:
-
-