tappable property

bool tappable
final

Whether the entire closed container can be tapped to open it.

Defaults to true.

When this is set to false the container can only be opened by calling the action callback that is provided to the closedBuilder.

Implementation

final bool tappable;