DraftModeUIPageNavigationItemScope constructor

const DraftModeUIPageNavigationItemScope({
  1. Key? key,
  2. required DraftModeUIPageNavigationItemPlacement placement,
  3. required Widget child,
})

Implementation

const DraftModeUIPageNavigationItemScope({
  super.key,
  required this.placement,
  required super.child,
});