GoogleAppsCardV1Column constructor

GoogleAppsCardV1Column({
  1. String? horizontalAlignment,
  2. String? horizontalSizeStyle,
  3. String? verticalAlignment,
  4. List<GoogleAppsCardV1Widgets>? widgets,
})

Implementation

GoogleAppsCardV1Column({
  this.horizontalAlignment,
  this.horizontalSizeStyle,
  this.verticalAlignment,
  this.widgets,
});