EntitlementBootstrap constructor

const EntitlementBootstrap({
  1. Key? key,
  2. required Widget child,
})

Implementation

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