OdinNavigatorPage constructor

const OdinNavigatorPage({
  1. Color? backgroundColor,
  2. required Widget child,
  3. required bool forceFullPage,
  4. Key? key,
})

Implementation

const OdinNavigatorPage(
    {this.backgroundColor,
    required this.child,
    required this.forceFullPage,
    super.key});