module Line::Message::Builder::Flex::Size
The Size module acts as a namespace for several mixin modules that provide various size-related properties (options) to Flex Message components. These properties control aspects like the component’s flex factor within a box, specific size keywords for images or text, and adjustment behaviors like shrink-to-fit.
These mixins are included in component classes (e.g., Box, Image, Text) to add DSL methods for these sizing attributes.
See also:
-
Flex- Forflexproperty (flex grow/shrink factor) -
Image- For image-specificsizekeywords -
Shared- For commonsizekeywords (text, icons, spans) -
AdjustMode- Foradjust_modeproperty (e.g., shrink-to-fit)