PodScope constructor

const PodScope({
  1. required Widget child,
  2. Key? key,
  3. List<Override> overrides = const [],
})

PodScope constructor.

Implementation

const PodScope({
  required this.child,
  super.key,
  this.overrides = const [],
});