image property
The image that the list item displays in its leading region.
Supports these formats:
- Asset path:
images/flutter_logo.pngfrom pubspec.yaml assets - SVG asset:
images/icon.svgrasterized to PNG before native display - File path:
file:///path/to/image.pnglocal file on device - Network URL:
https://example.com/image.pngremote image iOS 12.0+ | iPadOS 12.0+ | Mac Catalyst 13.1+
Implementation
String? image;