GoogleAppsCardV1CollapseControl class
Represent an expand and collapse control.
[Google Workspace add-ons and Chat apps](https://developers.google.com/workspace/extend):
Constructors
- GoogleAppsCardV1CollapseControl.new({GoogleAppsCardV1Button? collapseButton, GoogleAppsCardV1Button? expandButton, String? horizontalAlignment})
- GoogleAppsCardV1CollapseControl.fromJson(Map json_)
Properties
- collapseButton ↔ GoogleAppsCardV1Button?
-
Define a customizable button to collapse the section.
getter/setter pair
- expandButton ↔ GoogleAppsCardV1Button?
-
Define a customizable button to expand the section.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- horizontalAlignment ↔ String?
-
The horizontal alignment of the expand and collapse button.
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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