autoRefresh property
final
This is to control the behavior of refreshing the data (e.g. credit cards or credit card templates) when the enter card editor which is this screen. It is default to true which is the app behavior, but set to false while testing the UI because it will be much harder to debug the UI if it only flashes for a second.
Implementation
final bool autoRefresh;