Appearance
@line/bot-sdk • Docs
@line/bot-sdk / messagingApi / FlexBoxSpacing
Type Alias: FlexBoxSpacing
FlexBoxSpacing:
"none"
|"xs"
|"sm"
|"md"
|"lg"
|"xl"
|"xxl"
You can specify the minimum space between two components with the spacing
property of the parent box component, in pixels or with a keyword. FlexBoxSpacing just provides only keywords.