persist property

bool persist
final

Whether the snack bar will stay or auto-dismiss after timeout.

If true, the snack bar remains visible even after the timeout, until the user taps the action button or the close icon.

If false, the snack bar will be dismissed after the timeout.

If not provided, but the snackbar action is not null, the snackbar will persist as well.

Implementation

final bool persist;