layout property
The layout to use for the grid item. Possible string values are:
- "GRID_ITEM_LAYOUT_UNSPECIFIED" : Don't use. Unspecified.
- "TEXT_BELOW" : The title and subtitle are shown below the grid item's image.
- "TEXT_ABOVE" : The title and subtitle are shown above the grid item's image.
Implementation
core.String? layout;