verticalAlignment property

String? verticalAlignment
getter/setter pair

Specifies whether widgets align to the top, bottom, or center of a column. Possible string values are:

  • "VERTICAL_ALIGNMENT_UNSPECIFIED" : Don't use. Unspecified.
  • "CENTER" : Default value. Aligns widgets to the center of a column.
  • "TOP" : Aligns widgets to the top of a column.
  • "BOTTOM" : Aligns widgets to the bottom of a column.

Implementation

core.String? verticalAlignment;