PingoraScope<T extends Pingora> constructor

const PingoraScope<T extends Pingora>({
  1. Key? key,
  2. required T create(),
  3. required Widget child,
})

Implementation

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