GoogleAppsCardV1Grid constructor

GoogleAppsCardV1Grid({
  1. GoogleAppsCardV1BorderStyle? borderStyle,
  2. int? columnCount,
  3. List<GoogleAppsCardV1GridItem>? items,
  4. GoogleAppsCardV1OnClick? onClick,
  5. String? title,
})

Implementation

GoogleAppsCardV1Grid({
  this.borderStyle,
  this.columnCount,
  this.items,
  this.onClick,
  this.title,
});