AppStartFixListener<S> constructor

const AppStartFixListener<S>({
  1. Key? key,
  2. required Widget child,
})

Implementation

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