showEditIcon property
final
Whether to show an edit icon at the end of the cell.
This does not make the cell actually editable; the caller must implement editing behavior if desired (initiated from the onTap callback).
If this is set, onTap should also be set, otherwise tapping the icon will have no effect.
Implementation
final bool showEditIcon;