GoogleAppsCardV1Column class
A column.
[Google Workspace Add-ons and Chat apps](https://developers.google.com/workspace/extend): Columns for Google Workspace Add-ons are in Developer Preview.
Constructors
-
GoogleAppsCardV1Column({String? horizontalAlignment, String? horizontalSizeStyle, String? verticalAlignment, List<
GoogleAppsCardV1Widgets> ? widgets}) - GoogleAppsCardV1Column.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- horizontalAlignment ↔ String?
-
Specifies whether widgets align to the left, right, or center of a column.
Possible string values are:
getter/setter pair
- horizontalSizeStyle ↔ String?
-
Specifies how a column fills the width of the card.
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- verticalAlignment ↔ String?
-
Specifies whether widgets align to the top, bottom, or center of a column.
Possible string values are:
getter/setter pair
-
widgets
↔ List<
GoogleAppsCardV1Widgets> ? -
An array of widgets included in a column.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited