ReactterScope constructor
      const
      ReactterScope({ 
    
    
- Key? key,
- Widget? child,
- TransitionBuilder? builder,
Implementation
const ReactterScope({
  Key? key,
  this.child,
  this.builder,
}) : super(key: key);