enabled property
final
Whether this list tile is interactive.
If false, this list tile is styled with the disabled color from the current Theme and the onTap and onLongPress callbacks are inoperative.
Implementation
final bool enabled;
Whether this list tile is interactive.
If false, this list tile is styled with the disabled color from the current Theme and the onTap and onLongPress callbacks are inoperative.
final bool enabled;