ReactterScope constructor

const ReactterScope({
  1. Key? key,
  2. Widget? child,
  3. TransitionBuilder? builder,
})

Implementation

const ReactterScope({
  Key? key,
  this.child,
  this.builder,
}) : super(key: key);