gridImages property

List<String>? gridImages
final

The images that appear in the list item’s image row.

Each entry accepts an asset path, an SVG Flutter asset (.svg, rasterized to PNG before reaching the native side), a file:// path, or a network URL. Remote/file:// SVGs are not supported. iOS 14.0–26.0 | iPadOS 14.0–26.0 | Mac Catalyst 14.0–26.0

Implementation

final List<String>? gridImages;