autoNav property

bool autoNav
final

This controls whether it will automatically navigate to the home screen once the card deletion is completed. It is default to true which is the expected app behavior. However, it is disabled in UI development since it is hard to debug if it navigates away in less a second.

Implementation

final bool autoNav;