enable property

bool enable
final

Whether the item is interactive. Defaults to true.

When false, all content is rendered in its disabled appearance and onTap is ignored.

Implementation

final bool enable;