enabled property

bool enabled
final

Whether this pane item is disabled.

A pane item can be disabled for many reasons, such as a page not being available in the current moment.

If false, onTap is ignored.

See also:

Implementation

final bool enabled;