EnvSwitcher constructor

const EnvSwitcher({
  1. required Widget child,
  2. Key? key,
})

Implementation

const EnvSwitcher({required this.child, super.key});