AlicePage constructor

const AlicePage({
  1. Key? key,
  2. required AliceCore core,
  3. required Widget child,
})

Implementation

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