GoogleAppsCardV1Column constructor
GoogleAppsCardV1Column({
- String? horizontalAlignment,
- String? horizontalSizeStyle,
- String? verticalAlignment,
- List<
GoogleAppsCardV1Widgets> ? widgets,
Implementation
GoogleAppsCardV1Column({
this.horizontalAlignment,
this.horizontalSizeStyle,
this.verticalAlignment,
this.widgets,
});