ExRestartWidget constructor

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

Implementation

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