OdinNavigatorModal constructor

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

Implementation

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