module Line::Message::Builder::Flex::Size::AdjustMode
Provides the adjust_mode option, primarily for Button components, to control how they fit within available space. Currently, only :"shrink-to-fit" is supported by LINE API via this property.
Public Instance Methods
Source
# File lib/line/message/builder/flex/size.rb, line 98
Sets or gets the adjust mode.
- value
-
The adjust mode. Currently, only
:"shrink-to-fit"is a valid value.