enabled property

bool enabled
final

Whether this expansion tile is interactive.

If false, the internal ListTile will be disabled, changing its appearance according to the theme and disabling user interaction.

Even if disabled, the expansion can still be toggled programmatically through an ExpansionTileController.

Implementation

final bool enabled;