image property

String? image
getter/setter pair

Displays an image on the leading edge of the list item cell. Image asset path in pubspec.yaml file. For example: images/flutter_logo.png

Implementation

String? image;