OdinNavigatorPage constructor

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

Implementation

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