StoreApp constructor

const StoreApp({
  1. Key? key,
  2. required bool popOnExit,
})

Implementation

const StoreApp({super.key, required this.popOnExit});