image property
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;
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
String? image;