image property

String? image
getter/setter pair

The image that the list item displays in its leading region.

Supports these formats:

  • Asset path: images/flutter_logo.png from pubspec.yaml assets
  • SVG asset: images/icon.svg rasterized to PNG before native display
  • File path: file:///path/to/image.png local file on device
  • Network URL: https://example.com/image.png remote image iOS 12.0+ | iPadOS 12.0+ | Mac Catalyst 13.1+

Implementation

String? image;