LockedNavigatorWidget constructor

const LockedNavigatorWidget({
  1. Key? key,
  2. Widget? child,
  3. bool forSideMenu = false,
})

Implementation

const LockedNavigatorWidget({
  Key? key,
  this.child,
  this.forSideMenu = false,
}) : super(key: key);