horizontalSizeStyle property

String? horizontalSizeStyle
getter/setter pair

Specifies how a column fills the width of the card. Possible string values are:

  • "HORIZONTAL_SIZE_STYLE_UNSPECIFIED" : Don't use. Unspecified.
  • "FILL_AVAILABLE_SPACE" : Default value. Column fills the available space, up to 70% of the card's width. If both columns are set to FILL_AVAILABLE_SPACE, each column fills 50% of the space.
  • "FILL_MINIMUM_SPACE" : Column fills the least amount of space possible and no more than 30% of the card's width.

Implementation

core.String? horizontalSizeStyle;