GoogleAppsCardV1Grid constructor
GoogleAppsCardV1Grid({
- GoogleAppsCardV1BorderStyle? borderStyle,
- int? columnCount,
- List<
GoogleAppsCardV1GridItem> ? items, - GoogleAppsCardV1OnClick? onClick,
- String? title,
Implementation
GoogleAppsCardV1Grid({
this.borderStyle,
this.columnCount,
this.items,
this.onClick,
this.title,
});